]> 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, 15 Sep 2012 14:57:15 +0000 (07:57 -0700)
commit46579187260b35931f952ab3be22468711234609
tree875d3aa0ebae9cabc2f72a44d87dfac4ab3b6cfa
parent3f0c3c8fe30c725c1264fb6db8cc4b69db3a658a
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