commit | e267d25005c861fe6afda343f044536342c9f8b4 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Thu Mar 12 13:36:39 2009 +0100 |
committer | Jean Delvare <khali@linux-fr.org> | Thu Mar 12 13:36:39 2009 +0100 |
tree | 8fdbf47472bdcf4c0d3faa07aeea184fea3d019b | |
parent | 1a51e068c900eb6ea23ce597361ebf3b19a57b23 [diff] |
hwmon: (it87) Properly decode -128 degrees C temperature The it87 driver is reporting -128 degrees C as +128 degrees C. That's not a terribly likely temperature value but let's still get it right, especially when it simplifies the code. Signed-off-by: Jean Delvare <khali@linux-fr.org>