Skip to content

Commit

Permalink
Merge git://git.infradead.org/users/cbou/battery-2.6.29
Browse files Browse the repository at this point in the history
* git://git.infradead.org/users/cbou/battery-2.6.29:
  pcf50633_charger: Fix typo
  • Loading branch information
Linus Torvalds committed Feb 12, 2009
2 parents 507e2fb + ccc9c8b commit b578f3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/power/pcf50633-charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ static int adapter_get_property(struct power_supply *psy,
enum power_supply_property psp,
union power_supply_propval *val)
{
struct pcf50633_mbc *mbc = container_of(psy, struct pcf50633_mbc, usb);
struct pcf50633_mbc *mbc = container_of(psy,
struct pcf50633_mbc, adapter);
int ret = 0;

switch (psp) {
Expand Down

0 comments on commit b578f3f

Please sign in to comment.