hwmon: (it87) Fix pwm4 detection for IT8620 and IT8628
authorGuenter Roeck <linux@roeck-us.net>
Wed, 8 Feb 2017 22:05:56 +0000 (14:05 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 11 Feb 2017 05:35:08 +0000 (21:35 -0800)
commitd66777caa57ffade6061782f3a4d4056f0b0c1ac
tree39ed6958143930e455ce3302b4fa13b8f515639f
parent82dbe987b70042b340f851bdc969a971081e5f02
hwmon: (it87) Fix pwm4 detection for IT8620 and IT8628

pwm4 is enabled if bit 2 of GPIO control register 4 is disabled,
not when it is enabled. Since the check is for the skip condition,
it is reversed. This applies to both IT8620 and IT8628.

Fixes: 36c4d98a7883d ("hwmon: (it87) Add support for all pwm channels ...")
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/it87.c