From: Minkyu Kang <promsoft-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
Cc: Minkyu Kang <mk7.kang-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-pm-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
Anton Vorontsov <cbou-JGs/UdohzUI@public.gmane.org>,
linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v2] add MAX17040 Fuel Gauge driver
Date: Thu, 4 Jun 2009 19:55:13 +0900 [thread overview]
Message-ID: <1f3430fb0906040355y21d5c8d1u4133dd8f7f4e9d70@mail.gmail.com> (raw)
In-Reply-To: <20090604113504.5370775b-ig7AzVSIIG7kN2dkZ6Wm7A@public.gmane.org>
Dear, Jean Delvare
>
> In case of error, this will wrap the error code into a u8 and the
> caller won't notice. So you'll return a random value, depending on the
> actual error which happened. No good.
>
> You should either return an int there, and have the caller check for
> errors, or if you don't want to care about errors, return an arbitrary
> value on error (e.g. 0.)
>
Yes, I missed it.
>> > + ret = power_supply_register(&client->dev, &bat_ps);
>> > + if (ret) {
>> > + dev_err(&max17040->client->dev,
>> > + "failed: power supply register\n");
>> > + cancel_delayed_work(&chip->work);
>> > + i2c_set_clientdata(client, NULL);
>> > + kfree(chip);
>> > + max17040 = NULL;
>> > + return -1;
>
> Please come up with a better error code.
>
Ok, many thanks :)
--
from. prom.
promsoft.net
next prev parent reply other threads:[~2009-06-04 10:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <4A278C08.5000206@samsung.com>
[not found] ` <4A278C08.5000206-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2009-06-04 9:16 ` [PATCH v2] add MAX17040 Fuel Gauge driver Trilok Soni
[not found] ` <5d5443650906040216h2314b7bbt1ae2e89c709b566e-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-06-04 9:35 ` Jean Delvare
[not found] ` <20090604113504.5370775b-ig7AzVSIIG7kN2dkZ6Wm7A@public.gmane.org>
2009-06-04 10:55 ` Minkyu Kang [this message]
2009-06-04 10:47 ` Minkyu Kang
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=1f3430fb0906040355y21d5c8d1u4133dd8f7f4e9d70@mail.gmail.com \
--to=promsoft-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=cbou-JGs/UdohzUI@public.gmane.org \
--cc=khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org \
--cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-pm-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
--cc=mk7.kang-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).