summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/it87.c
diff options
context:
space:
mode:
authorGuenter Roeck2015-02-13 23:10:46 +0100
committerGuenter Roeck2015-03-09 17:59:36 +0100
commite8433b42b60e799d55eb2476dc6cb3668c740063 (patch)
tree64ec0d38afa03703a0fdc79d89543e198f86a7af /drivers/hwmon/it87.c
parenthwmon: (it87) Add support for IT8786E (diff)
downloadkernel-qcow2-linux-e8433b42b60e799d55eb2476dc6cb3668c740063.tar.gz
kernel-qcow2-linux-e8433b42b60e799d55eb2476dc6cb3668c740063.tar.xz
kernel-qcow2-linux-e8433b42b60e799d55eb2476dc6cb3668c740063.zip
hwmon: (it87) No need to skip fan4 for IT8603
IT8603 only supports three fans, so it is not necessary to skip fan4. Reviewed-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/it87.c')
-rw-r--r--drivers/hwmon/it87.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/hwmon/it87.c b/drivers/hwmon/it87.c
index 691067bbe07c..ab12dc2eb896 100644
--- a/drivers/hwmon/it87.c
+++ b/drivers/hwmon/it87.c
@@ -1932,10 +1932,6 @@ static int __init it87_find(unsigned short *address,
sio_data->skip_in |= (1 << 5); /* No VIN5 */
sio_data->skip_in |= (1 << 6); /* No VIN6 */
- /* no fan4 */
- sio_data->skip_pwm |= (1 << 3);
- sio_data->skip_fan |= (1 << 3);
-
sio_data->internal |= (1 << 1); /* in7 is VSB */
sio_data->internal |= (1 << 3); /* in9 is AVCC */