diff options
Diffstat (limited to 'drivers/hwmon/lm77.c')
-rw-r--r-- | drivers/hwmon/lm77.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/lm77.c b/drivers/hwmon/lm77.c index f17beb5e6dd6..502771c06fd9 100644 --- a/drivers/hwmon/lm77.c +++ b/drivers/hwmon/lm77.c | |||
@@ -348,7 +348,6 @@ static int lm77_probe(struct i2c_client *client, const struct i2c_device_id *id) | |||
348 | return -ENOMEM; | 348 | return -ENOMEM; |
349 | 349 | ||
350 | i2c_set_clientdata(client, data); | 350 | i2c_set_clientdata(client, data); |
351 | data->valid = 0; | ||
352 | mutex_init(&data->update_lock); | 351 | mutex_init(&data->update_lock); |
353 | 352 | ||
354 | /* Initialize the LM77 chip */ | 353 | /* Initialize the LM77 chip */ |