hwmon: (lm90) Unmask hardware interrupt
authorDmitry Osipenko <digetx@gmail.com>
Fri, 18 Jun 2021 21:54:54 +0000 (00:54 +0300)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 19 Jun 2021 11:09:49 +0000 (04:09 -0700)
commit2abdc357c55d9e728f6710cf22618889f16a00f6
treeee30b5db25b5205ef57e66f2bbd4ecd2ca3f6c72
parent94dbd23ed88ce70d7baacfa20d21bc0070d1a8da
hwmon: (lm90) Unmask hardware interrupt

The ALERT interrupt is enabled by default after power-on, but it could
be masked by bootloader. For example this is the case on Acer A500 tablet
device. Unmask the hardware interrupt if interrupt is provided.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm90.c