commit | 1196573fe493aeeb826468157313ee84ffbc59f3 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <guenter.roeck@ericsson.com> | Mon Apr 09 13:53:00 2012 -0400 |
committer | Guenter Roeck <guenter.roeck@ericsson.com> | Wed Apr 18 11:15:50 2012 -0700 |
tree | ef8edd1050f0c66f5d5e0f7a859506a652f29c3a | |
parent | 00250ec90963b7ef6678438888f3244985ecde14 [diff] |
hwmon: (ads1015) Fix build warning The following build warning is seen in some configurations. drivers/hwmon/ads1015.c: In function 'show_in': drivers/hwmon/ads1015.c:129: warning: 'in' may be used uninitialized in this function Fix by separating the register read function from the code converting the result into mV. Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Cc: Dirk Eibach <eibach@gdsys.de> Reviewed-by: Robert Coulson <robert.coulson@ericsson.com>