]> 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>
Sun, 9 Sep 2012 16:27:40 +0000 (09:27 -0700)
commit22afbc34005e24e23312494ce852b4cd39d1b546
tree98e3dcbfa24306715b6fe251eb0f60971dd742a0
parent55d512e245bc7699a8800e23df1a24195dd08217
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