hwmon: (it87) Properly decode -128 degrees C temperature
authorJean Delvare <khali@linux-fr.org>
Fri, 13 Mar 2009 12:34:04 +0000 (13:34 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 Mar 2009 00:53:07 +0000 (17:53 -0700)
commit e267d25005c861fe6afda343f044536342c9f8b4 upstream

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found