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>
Mon, 24 Sep 2012 04:08:29 +0000 (21:08 -0700)
commit0038389add7388954d74985ce7e631076216cf02
tree844c90adb3338d5c717f209ad753160e369ebc17
parent979570e02981d4a8fc20b3cc8fd651856c98ee9d
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