X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fhwmon%2Flm73.c;h=29b9030d42c3111ecfdc49cc2a9cbf8aa4257cd6;hb=a5660b41af6a28f8004e70eb261e1202ad55c5e3;hp=4d1b76bc81486b64dc6963d8ee415c2608c0fb82;hpb=da7806f9b0579a1150f01ade3b562e543ddcbf2c;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/hwmon/lm73.c b/drivers/hwmon/lm73.c index 4d1b76bc8148..29b9030d42c3 100644 --- a/drivers/hwmon/lm73.c +++ b/drivers/hwmon/lm73.c @@ -136,7 +136,6 @@ static int lm73_remove(struct i2c_client *client) hwmon_device_unregister(hwmon_dev); sysfs_remove_group(&client->dev.kobj, &lm73_group); - i2c_set_clientdata(client, NULL); return 0; }