]> 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>
Sat, 18 Aug 2012 23:34:58 +0000 (16:34 -0700)
commita8b959c919ecbd728857a9dab57b25c41d1662f3
treefefecd59ee21b9e3317f92160a54c7656db05adf
parent64f503076f9921fc714a2c79fb0fa520869d2c08
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