commit | 628c6d27c0f41657362262000d01861e8cb36c3a | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sat Apr 19 09:15:38 2014 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Wed May 21 16:02:25 2014 -0700 |
tree | a9b3dd49174d47a88f312c55c8f10317a7bfca37 | |
parent | 175c490c9e7f75dbe6addd937c41939c137c6847 [diff] |
hwmon: (max1619) Fix critical alarm display The overtemperature status bit, which is used to display critical alarm status, matches the output of the OVERT signal 1:1. If that signal is active-low, the bit will read 1 if there is no alarm. It is therefore necessary to reverse the bit in this case. Signed-off-by: Guenter Roeck <linux@roeck-us.net>