Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8433b42 authored by Guenter Roeck's avatar Guenter Roeck
Browse files

hwmon: (it87) No need to skip fan4 for IT8603



IT8603 only supports three fans, so it is not necessary to skip fan4.

Reviewed-by: default avatarJean Delvare <jdelvare@suse.de>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent a0c1424a
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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 */