Patch 2.6.32.33 to 2.6.32.35
/drivers/hwmon/f71882fg.c
blob:4146105f1a5779a5de55006444b9de99e90e8319 -> blob:efbb602210440d4594bf860cbbaecb1da5b8cafc
--- drivers/hwmon/f71882fg.c
+++ drivers/hwmon/f71882fg.c
@@ -1957,7 +1957,6 @@ static int f71882fg_remove(struct platfo
int i;
struct f71882fg_data *data = platform_get_drvdata(pdev);
- platform_set_drvdata(pdev, NULL);
if (data->hwmon_dev)
hwmon_device_unregister(data->hwmon_dev);
@@ -1982,6 +1981,7 @@ static int f71882fg_remove(struct platfo
for (i = 0; i < ARRAY_SIZE(f8000_fan_attr); i++)
device_remove_file(&pdev->dev, &f8000_fan_attr[i].dev_attr);
+ platform_set_drvdata(pdev, NULL);
kfree(data);
return 0;