From: Andrew Morton <akpm@linux-foundation.org>
To: Balaji Rao <balajirrao@openmoko.org>
Cc: linux-kernel@vger.kernel.org, cbou@mail.ru, andy@openmoko.com
Subject: Re: [PATCH 1/3] pcf50633_charger: Fix typo
Date: Mon, 2 Feb 2009 14:41:55 -0800 [thread overview]
Message-ID: <20090202144155.8626a1c3.akpm@linux-foundation.org> (raw)
In-Reply-To: <20090127135238.6875.26314.stgit@fedora.yogi>
On Tue, 27 Jan 2009 19:22:38 +0530
Balaji Rao <balajirrao@openmoko.org> wrote:
> Signed-off-by: Balaji Rao <balajirrao@openmoko.org>
> Cc: Andy Green <andy@openmoko.com>
> Cc: Anton Vorontsov <cbou@mail.ru>
> ---
> 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?
next prev parent reply other threads:[~2009-02-02 22:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-27 13:52 [PATCH 1/3] pcf50633_charger: Fix typo Balaji Rao
2009-01-27 13:52 ` [PATCH 2/3] pcf50633_charger: Remove mbc_set_status Balaji Rao
2009-02-03 0:34 ` Anton Vorontsov
2009-01-27 13:53 ` [PATCH 3/3] pcf50633_charger: Enable periodic charging restart Balaji Rao
2009-02-02 22:41 ` Andrew Morton
2009-02-03 0:33 ` Anton Vorontsov
2009-02-02 22:41 ` Andrew Morton [this message]
2009-02-03 0:20 ` [PATCH 1/3] pcf50633_charger: Fix typo Anton Vorontsov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090202144155.8626a1c3.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=andy@openmoko.com \
--cc=balajirrao@openmoko.org \
--cc=cbou@mail.ru \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.