diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-02-11 19:28:08 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-02-11 19:28:08 -0500 |
commit | b578f3fcca1e78624dfb5f358776e63711d7fda2 (patch) | |
tree | c4cb5147207a78d751dd1a558653ea48b57b8444 /drivers | |
parent | 507e2fbaaacb6f164b4125b87c5002f95143174b (diff) | |
parent | ccc9c8b91c2631da2cab46a6fcd9c3106dcb9abb (diff) |
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
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/power/pcf50633-charger.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/power/pcf50633-charger.c b/drivers/power/pcf50633-charger.c index e988ec130fcd..41aec2acbb91 100644 --- a/drivers/power/pcf50633-charger.c +++ b/drivers/power/pcf50633-charger.c | |||
@@ -199,7 +199,8 @@ static int adapter_get_property(struct power_supply *psy, | |||
199 | enum power_supply_property psp, | 199 | enum power_supply_property psp, |
200 | union power_supply_propval *val) | 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 | int ret = 0; | 204 | int ret = 0; |
204 | 205 | ||
205 | switch (psp) { | 206 | switch (psp) { |