mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-14 21:01:29 +00:00
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>
This commit is contained in:
parent
a0c1424acb
commit
e8433b42b6
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user