diff options
Diffstat (limited to 'drivers/power/abx500_chargalg.c')
-rw-r--r-- | drivers/power/abx500_chargalg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/abx500_chargalg.c b/drivers/power/abx500_chargalg.c index 9863e423602c..6d2723664a01 100644 --- a/drivers/power/abx500_chargalg.c +++ b/drivers/power/abx500_chargalg.c | |||
@@ -2035,7 +2035,6 @@ static int abx500_chargalg_remove(struct platform_device *pdev) | |||
2035 | destroy_workqueue(di->chargalg_wq); | 2035 | destroy_workqueue(di->chargalg_wq); |
2036 | 2036 | ||
2037 | power_supply_unregister(&di->chargalg_psy); | 2037 | power_supply_unregister(&di->chargalg_psy); |
2038 | platform_set_drvdata(pdev, NULL); | ||
2039 | 2038 | ||
2040 | return 0; | 2039 | return 0; |
2041 | } | 2040 | } |