aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm92.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/lm92.c')
-rw-r--r--drivers/hwmon/lm92.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/lm92.c b/drivers/hwmon/lm92.c
index 9d0e87a4f0cb..b9022db6511a 100644
--- a/drivers/hwmon/lm92.c
+++ b/drivers/hwmon/lm92.c
@@ -380,7 +380,6 @@ static int lm92_probe(struct i2c_client *new_client,
380 return -ENOMEM; 380 return -ENOMEM;
381 381
382 i2c_set_clientdata(new_client, data); 382 i2c_set_clientdata(new_client, data);
383 data->valid = 0;
384 mutex_init(&data->update_lock); 383 mutex_init(&data->update_lock);
385 384
386 /* Initialize the chipset */ 385 /* Initialize the chipset */