commit | 313829ee3cccbc658409357f32a1508620b60142 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sat Aug 04 09:54:16 2012 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Sun Sep 23 21:08:29 2012 -0700 |
tree | 4f2c4eccda78eec49ff8bd73fad7ee868d18df79 | |
parent | 0038389add7388954d74985ce7e631076216cf02 [diff] |
hwmon: (sch56xx-common) Fix build warnings Fix: warning: 'address' may be used uninitialized in this function warning: 'name' may be used uninitialized in this function While those are false warnings, the patch reduces module size on x86_64 by approximately 110 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>