[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1f3430fb0906040355y21d5c8d1u4133dd8f7f4e9d70@mail.gmail.com>
Date: Thu, 4 Jun 2009 19:55:13 +0900
From: Minkyu Kang <promsoft@...il.com>
To: Jean Delvare <khali@...ux-fr.org>
Cc: Minkyu Kang <mk7.kang@...sung.com>, linux-kernel@...r.kernel.org,
linux-pm@...ts.linux-foundation.org,
Anton Vorontsov <cbou@...l.ru>, linux-i2c@...r.kernel.org
Subject: Re: [PATCH v2] add MAX17040 Fuel Gauge driver
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists