X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=drivers%2Fhwmon%2Flm95241.c;h=94741d42112da02ca902b2e87beacbe96aab3cd3;hp=8fc8eb8cba47400fd23614a392b135949aab8c76;hb=fbae3fb1546e199ab0cd185348f8124411a1ca9d;hpb=d4a66e752d0b19934dd208884f8605fe385aaaa9 diff --git a/drivers/hwmon/lm95241.c b/drivers/hwmon/lm95241.c index 8fc8eb8cba47..94741d42112d 100644 --- a/drivers/hwmon/lm95241.c +++ b/drivers/hwmon/lm95241.c @@ -399,7 +399,6 @@ static int lm95241_remove(struct i2c_client *client) hwmon_device_unregister(data->hwmon_dev); sysfs_remove_group(&client->dev.kobj, &lm95241_group); - i2c_set_clientdata(client, NULL); kfree(data); return 0; }