2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-19 02:34:01 +08:00

hwmon: (lm63) Avoid initializing the same field twice

data is kzalloc'd, so data->valid is already 0.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
Jean Delvare 2014-04-04 18:01:33 +02:00
parent e19eea8407
commit 5ec25c93e0

View File

@ -1121,7 +1121,6 @@ static int lm63_probe(struct i2c_client *client,
return -ENOMEM;
data->client = client;
data->valid = 0;
mutex_init(&data->update_lock);
/* Set the device type */