Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge git://git.infradead.org/users/cbou/battery-2.6.29

* git://git.infradead.org/users/cbou/battery-2.6.29:
pcf50633_charger: Fix typo

+2 -1
+2 -1
drivers/power/pcf50633-charger.c
··· 199 199 enum power_supply_property psp, 200 200 union power_supply_propval *val) 201 201 { 202 - struct pcf50633_mbc *mbc = container_of(psy, struct pcf50633_mbc, usb); 202 + struct pcf50633_mbc *mbc = container_of(psy, 203 + struct pcf50633_mbc, adapter); 203 204 int ret = 0; 204 205 205 206 switch (psp) {