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:
parent
e19eea8407
commit
5ec25c93e0
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user