hwmon: (it87) Properly decode -128 degrees C temperature
authorJean Delvare <khali@linux-fr.org>
Thu, 12 Mar 2009 12:36:39 +0000 (13:36 +0100)
committerJean Delvare <khali@linux-fr.org>
Thu, 12 Mar 2009 12:36:39 +0000 (13:36 +0100)
commite267d25005c861fe6afda343f044536342c9f8b4
tree8fdbf47472bdcf4c0d3faa07aeea184fea3d019b
parent1a51e068c900eb6ea23ce597361ebf3b19a57b23
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>
drivers/hwmon/it87.c