diff options
Diffstat (limited to 'drivers/hwmon/w83627ehf.c')
-rw-r--r-- | drivers/hwmon/w83627ehf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/w83627ehf.c b/drivers/hwmon/w83627ehf.c index 54922ed12978..1821b7423d5b 100644 --- a/drivers/hwmon/w83627ehf.c +++ b/drivers/hwmon/w83627ehf.c | |||
@@ -599,6 +599,7 @@ static void nct6775_write_fan_div(struct w83627ehf_data *data, int nr) | |||
599 | reg = (w83627ehf_read_value(data, NCT6775_REG_FANDIV1) & 0x7) | 599 | reg = (w83627ehf_read_value(data, NCT6775_REG_FANDIV1) & 0x7) |
600 | | ((data->fan_div[1] << 4) & 0x70); | 600 | | ((data->fan_div[1] << 4) & 0x70); |
601 | w83627ehf_write_value(data, NCT6775_REG_FANDIV1, reg); | 601 | w83627ehf_write_value(data, NCT6775_REG_FANDIV1, reg); |
602 | break; | ||
602 | case 2: | 603 | case 2: |
603 | reg = (w83627ehf_read_value(data, NCT6775_REG_FANDIV2) & 0x70) | 604 | reg = (w83627ehf_read_value(data, NCT6775_REG_FANDIV2) & 0x70) |
604 | | (data->fan_div[2] & 0x7); | 605 | | (data->fan_div[2] & 0x7); |