diff options
Diffstat (limited to 'drivers/hwmon')
-rw-r--r-- | drivers/hwmon/fschmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/fschmd.c b/drivers/hwmon/fschmd.c index 967170368933..8b2d756595d9 100644 --- a/drivers/hwmon/fschmd.c +++ b/drivers/hwmon/fschmd.c | |||
@@ -75,7 +75,7 @@ static const u8 FSCHMD_REG_VOLT[3] = { 0x45, 0x42, 0x48 }; | |||
75 | 75 | ||
76 | /* minimum pwm at which the fan is driven (pwm can by increased depending on | 76 | /* minimum pwm at which the fan is driven (pwm can by increased depending on |
77 | the temp. Notice that for the scy some fans share there minimum speed. | 77 | the temp. Notice that for the scy some fans share there minimum speed. |
78 | Also notice that with the scy the sensor order is different then with the | 78 | Also notice that with the scy the sensor order is different than with the |
79 | other chips, this order was in the 2.4 driver and kept for consistency. */ | 79 | other chips, this order was in the 2.4 driver and kept for consistency. */ |
80 | static const u8 FSCHMD_REG_FAN_MIN[5][6] = { | 80 | static const u8 FSCHMD_REG_FAN_MIN[5][6] = { |
81 | { 0x55, 0x65 }, /* pos */ | 81 | { 0x55, 0x65 }, /* pos */ |