]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
hwmon: (lm90) Do not report 'busy' status bit as alarm
authorGuenter Roeck <linux@roeck-us.net>
Fri, 3 Dec 2021 21:42:22 +0000 (13:42 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Dec 2021 11:17:36 +0000 (12:17 +0100)
commit0affa7f439107554744c897a945b5c4d2c4cc013
tree24c6d074768de5196f94c0357721b487b0f55adc
parent06613a7b3035d5172ed82b59060f222de7fa816e
hwmon: (lm90) Do not report 'busy' status bit as alarm

commit cdc5287acad9ede121924a9c9313544b80d15842 upstream.

Bit 7 of the status register indicates that the chip is busy
doing a conversion. It does not indicate an alarm status.
Stop reporting it as alarm status bit.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwmon/lm90.c