diff options
-rw-r--r-- | drivers/hwmon/lm90.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/lm90.c b/drivers/hwmon/lm90.c index bdfd675488ae..d2dd5f90496d 100644 --- a/drivers/hwmon/lm90.c +++ b/drivers/hwmon/lm90.c | |||
@@ -917,7 +917,7 @@ static ssize_t set_update_interval(struct device *dev, | |||
917 | return err; | 917 | return err; |
918 | 918 | ||
919 | mutex_lock(&data->update_lock); | 919 | mutex_lock(&data->update_lock); |
920 | lm90_set_convrate(client, data, val); | 920 | lm90_set_convrate(client, data, SENSORS_LIMIT(val, 0, 100000)); |
921 | mutex_unlock(&data->update_lock); | 921 | mutex_unlock(&data->update_lock); |
922 | 922 | ||
923 | return count; | 923 | return count; |