hwmon: fix dme1737 temp fault attribute
commitc0f31403fe87cd2813dabb9b33107ceb56b84667
authorJuerg Haefliger <juergh@gmail.com>
Fri, 20 Jul 2007 21:16:47 +0000 (20 14:16 -0700)
committerMark M. Hoffman <mhoffman@lightlink.com>
Tue, 31 Jul 2007 01:07:23 +0000 (30 21:07 -0400)
tree52897e19f487216fdcfa1c0c997360560dd9badf
parentd0546128980c18748010c758903b02909e634830
hwmon: fix dme1737 temp fault attribute

Fix temp?_fault attribute. The temp was incorrectly compared against
0x0800 rather than 0x8000. Only the upper 8 bits are compared as the
datasheet doesn't specify what happens to the lower bits in case of a
diode fault.

Signed-off-by: Juerg Haefliger <juergh at gmail.com>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
drivers/hwmon/dme1737.c