Explorar o código

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>
Jean Delvare %!s(int64=11) %!d(string=hai) anos
pai
achega
5ec25c93e0
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      drivers/hwmon/lm63.c

+ 0 - 1
drivers/hwmon/lm63.c

@@ -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 */