mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 09:02:00 +00:00
power: reset: ltc2952: disable timers in _remove
Disable the timers when ltc2952_poweroff is removed. We don't want to risk calling functions on data that no longer exist. Signed-off-by: Frans Klaver <frans.klaver@xsens.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
This commit is contained in:
parent
5689b786f7
commit
2f6ea8ad73
@ -285,6 +285,8 @@ static int ltc2952_poweroff_remove(struct platform_device *pdev)
|
||||
struct ltc2952_poweroff *data = platform_get_drvdata(pdev);
|
||||
|
||||
pm_power_off = NULL;
|
||||
hrtimer_cancel(&data->timer_trigger);
|
||||
hrtimer_cancel(&data->timer_wde);
|
||||
atomic_notifier_chain_unregister(&panic_notifier_list,
|
||||
&data->panic_notifier);
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user