]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: (f71882fg) Fix build warning
authorGuenter Roeck <linux@roeck-us.net>
Sat, 4 Aug 2012 16:46:36 +0000 (09:46 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 12 Sep 2012 13:42:55 +0000 (06:42 -0700)
commit91c8b365f273fd5953fd254610d82ee99d626437
tree87770a5a4ea2b7370d6338e4058066a3ad3f896d
parent080b98e9ab30734bda2f1b8b33cd55a4c4ef406a
hwmon: (f71882fg) Fix build warning

Fix:

warning: 'address' may be used uninitialized in this function [-Wuninitialized]

While this is a false warning, the patch reduces module size on x86_64 by
approximately 175 bytes, so it is still worth the effort.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Hans de Goede <hdegoede@redhat.com>
drivers/hwmon/f71882fg.c