power: supply: pda_power: add missed usb_unregister_notifier
authorChuhong Yuan <hslester96@gmail.com>
Fri, 15 Nov 2019 06:25:15 +0000 (14:25 +0800)
committerSebastian Reichel <sre@kernel.org>
Thu, 19 Dec 2019 00:07:53 +0000 (01:07 +0100)
commitdd04defd11b78a73b302587575bbcda1019925d8
treecab7067d19922fcc990005d01fa612da5f1e6d7b
parentb0d0d3de246b1eda0b3050745848e78bbb15626b
power: supply: pda_power: add missed usb_unregister_notifier

The driver forgets to unregister the notifier in remove.
Add the call to fix it.

Signed-off-by: Chuhong Yuan <hslester96@gmail.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/pda_power.c