diff options
-rw-r--r-- | drivers/hwmon/jc42.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/hwmon/jc42.c b/drivers/hwmon/jc42.c index 102e3ae397cc..877e1593655b 100644 --- a/drivers/hwmon/jc42.c +++ b/drivers/hwmon/jc42.c | |||
@@ -350,8 +350,10 @@ set(temp_min, JC42_REG_TEMP_LOWER); | |||
350 | set(temp_max, JC42_REG_TEMP_UPPER); | 350 | set(temp_max, JC42_REG_TEMP_UPPER); |
351 | set(temp_crit, JC42_REG_TEMP_CRITICAL); | 351 | set(temp_crit, JC42_REG_TEMP_CRITICAL); |
352 | 352 | ||
353 | /* JC42.4 compliant chips only support four hysteresis values. | 353 | /* |
354 | * Pick best choice and go from there. */ | 354 | * JC42.4 compliant chips only support four hysteresis values. |
355 | * Pick best choice and go from there. | ||
356 | */ | ||
355 | static ssize_t set_temp_crit_hyst(struct device *dev, | 357 | static ssize_t set_temp_crit_hyst(struct device *dev, |
356 | struct device_attribute *attr, | 358 | struct device_attribute *attr, |
357 | const char *buf, size_t count) | 359 | const char *buf, size_t count) |