diff options
Diffstat (limited to 'drivers/hwmon/lm93.c')
-rw-r--r-- | drivers/hwmon/lm93.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/lm93.c b/drivers/hwmon/lm93.c index 6f1c6c0dbaf5..adf23165a6a7 100644 --- a/drivers/hwmon/lm93.c +++ b/drivers/hwmon/lm93.c | |||
@@ -2754,7 +2754,6 @@ static int lm93_probe(struct i2c_client *client, | |||
2754 | i2c_set_clientdata(client, data); | 2754 | i2c_set_clientdata(client, data); |
2755 | 2755 | ||
2756 | /* housekeeping */ | 2756 | /* housekeeping */ |
2757 | data->valid = 0; | ||
2758 | data->update = update; | 2757 | data->update = update; |
2759 | mutex_init(&data->update_lock); | 2758 | mutex_init(&data->update_lock); |
2760 | 2759 | ||