]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: (adt7475) Fix temperature fault flags
authorJean Delvare <khali@linux-fr.org>
Mon, 16 Nov 2009 11:45:39 +0000 (12:45 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 8 Dec 2009 18:22:29 +0000 (10:22 -0800)
commite3675ca0caa78b55d2c3d3bf5ef0e406c835cbd1
tree509928d36d3f9b40761552835d305108590dc0a2
parentee3989464a4c4896ec29f5b1c2aae840fab8b73d
hwmon: (adt7475) Fix temperature fault flags

commit cf312e077662ec3a07529551ab6e885828ccfb1d upstream.

The logic of temperature fault flags is wrong, it shows faults when
there are none and vice versa. Fix it.

I can't believe this has been broken since the driver was added, 8
months ago, basically breaking temp1 and temp3, and nobody ever
complained.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Cc: Jordan Crouse <jordan@cosmicpenguin.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/hwmon/adt7475.c