diff options
Diffstat (limited to 'drivers/hwmon/lm83.c')
-rw-r--r-- | drivers/hwmon/lm83.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/lm83.c b/drivers/hwmon/lm83.c index abd270243ba7..be02155788c3 100644 --- a/drivers/hwmon/lm83.c +++ b/drivers/hwmon/lm83.c | |||
@@ -349,7 +349,6 @@ static int lm83_probe(struct i2c_client *new_client, | |||
349 | return -ENOMEM; | 349 | return -ENOMEM; |
350 | 350 | ||
351 | i2c_set_clientdata(new_client, data); | 351 | i2c_set_clientdata(new_client, data); |
352 | data->valid = 0; | ||
353 | mutex_init(&data->update_lock); | 352 | mutex_init(&data->update_lock); |
354 | 353 | ||
355 | /* | 354 | /* |