]> 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, 22 Aug 2012 15:29:50 +0000 (08:29 -0700)
commit01d8d1acf12965ea44f23ad4b889c8a8d4eded26
treec40ab9dcc46e41aa9dd94bc28ff37b0ef23d0e7c
parent92f58eaefac8604b29672031c623c7e38a6b1d39
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