commit | c0f31403fe87cd2813dabb9b33107ceb56b84667 | [log] [tgz] |
---|---|---|
author | Juerg Haefliger <juergh@gmail.com> | Fri Jul 20 14:16:47 2007 -0700 |
committer | Mark M. Hoffman <mhoffman@lightlink.com> | Mon Jul 30 21:07:23 2007 -0400 |
tree | 52897e19f487216fdcfa1c0c997360560dd9badf | |
parent | d0546128980c18748010c758903b02909e634830 [diff] |
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>