commit | 0038389add7388954d74985ce7e631076216cf02 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sat Aug 04 09:46:36 2012 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Sun Sep 23 21:08:29 2012 -0700 |
tree | 844c90adb3338d5c717f209ad753160e369ebc17 | |
parent | 979570e02981d4a8fc20b3cc8fd651856c98ee9d [diff] |
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>