aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm90.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/lm90.c')
-rw-r--r--drivers/hwmon/lm90.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/lm90.c b/drivers/hwmon/lm90.c
index 863412a02bdd..8eeb141c85ac 100644
--- a/drivers/hwmon/lm90.c
+++ b/drivers/hwmon/lm90.c
@@ -931,7 +931,7 @@ static ssize_t set_update_interval(struct device *dev,
931 return err; 931 return err;
932 932
933 mutex_lock(&data->update_lock); 933 mutex_lock(&data->update_lock);
934 lm90_set_convrate(client, data, SENSORS_LIMIT(val, 0, 100000)); 934 lm90_set_convrate(client, data, clamp_val(val, 0, 100000));
935 mutex_unlock(&data->update_lock); 935 mutex_unlock(&data->update_lock);
936 936
937 return count; 937 return count;