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=ceadda057c000fa82e6bbe508923d8181414dea7;hpb=4a24eef671614aea479eac6c9ce5fa2cf590ee76 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; }