projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0c1424
)
hwmon: (it87) No need to skip fan4 for IT8603
author
Guenter Roeck
<linux@roeck-us.net>
Fri, 13 Feb 2015 22:10:46 +0000
(14:10 -0800)
committer
Guenter Roeck
<linux@roeck-us.net>
Mon, 9 Mar 2015 16:59:36 +0000
(09:59 -0700)
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>
drivers/hwmon/it87.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/it87.c
b/drivers/hwmon/it87.c
index 691067bbe07cbc787e5225b61dedd9f88d033c76..ab12dc2eb8966f1ee1cc5c2d4cfc30591f3bfb27 100644
(file)
--- 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 */