Re: [PATCH 1/3] pcf50633_charger: Fix typo

From: Anton Vorontsov
Date: Mon Feb 02 2009 - 19:20:30 EST


On Mon, Feb 02, 2009 at 02:41:55PM -0800, Andrew Morton wrote:
> On Tue, 27 Jan 2009 19:22:38 +0530
> Balaji Rao <balajirrao@xxxxxxxxxxxx> wrote:
>
> > Signed-off-by: Balaji Rao <balajirrao@xxxxxxxxxxxx>
> > Cc: Andy Green <andy@xxxxxxxxxxxx>
> > Cc: Anton Vorontsov <cbou@xxxxxxx>
> > ---
> > 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 e988ec1..41aec2a 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,
> > 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) {
>
> This looks like it fixes a rather fatal bug?

Yeah, the fix is already queued for 2.6.29 (battery-2.6.29 tree).

--
Anton Vorontsov
email: cbouatmailru@xxxxxxxxx
irc://irc.freenode.net/bd2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/