[lm-sensors] [PATCH 1/2] hwmon: (lm90) Fix warnings
Guenter Roeck
guenter.roeck at ericsson.com
Mon Aug 29 17:08:51 CEST 2011
On Mon, 2011-08-29 at 07:38 -0400, Jean Delvare wrote:
> With some configuration option combinations, we get the following
> warnings:
>
> drivers/hwmon/lm90.c: In function 'lm90_detect':
> drivers/hwmon/lm90.c:1114: warning: 'chip_id' may be used uninitialized
> in this function
> drivers/hwmon/lm90.c:1114: warning: 'reg_config1' may be used
> uninitialized in this function
> drivers/hwmon/lm90.c:1114: warning: 'reg_convrate' may be used
> uninitialized in this function
> drivers/hwmon/lm90.c:1187: warning: 'reg_emerg2' may be used
> uninitialized in this function
> drivers/hwmon/lm90.c:1187: warning: 'reg_status2' may be used
> uninitialized in this function
>
> We can solve these easily by reading the register values first and
> checking for errors later. These errors should be very rare, even in
> the case of failed detection, so this change has no impact on
> performance. And this makes checkpatch.pl happier.
>
> Reported-by: Guenter Roeck <guenter.roeck at ericsson.com>
> Signed-off-by: Jean Delvare <khali at linux-fr.org>
Acked-by: Guenter Roeck <guenter.roeck at ericsson.com>
Guenter
More information about the lm-sensors
mailing list