aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/it87.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/it87.c')
-rw-r--r--drivers/hwmon/it87.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/it87.c b/drivers/hwmon/it87.c
index 85918d8a747a..4f3fabcd470d 100644
--- a/drivers/hwmon/it87.c
+++ b/drivers/hwmon/it87.c
@@ -2614,7 +2614,7 @@ static int __init it87_find(int sioaddr, unsigned short *address,
2614 2614
2615 /* Check for pwm4 */ 2615 /* Check for pwm4 */
2616 reg = superio_inb(sioaddr, IT87_SIO_GPIO4_REG); 2616 reg = superio_inb(sioaddr, IT87_SIO_GPIO4_REG);
2617 if (!(reg & BIT(2))) 2617 if (reg & BIT(2))
2618 sio_data->skip_pwm |= BIT(3); 2618 sio_data->skip_pwm |= BIT(3);
2619 2619
2620 /* Check for pwm2, fan2 */ 2620 /* Check for pwm2, fan2 */