... according to the summary datasheets available at the ITE web site.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
tmp | 0x07);
}
/* IT8705F and IT8783E/F only support three fans. */
- if (data->type != it87 && data->type != it8781
- && data->type != it8782 && data->type != it8783) {
+ if (data->type != it87 && data->type != it8783) {
if (tmp & (1 << 4))
data->has_fan |= (1 << 3); /* fan4 enabled */
if (tmp & (1 << 5))