]> git.baikalelectronics.ru Git - kernel.git/commit
misc: isl29020: add missed pm_runtime_disable
authorChuhong Yuan <hslester96@gmail.com>
Mon, 18 Nov 2019 08:09:31 +0000 (16:09 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Jan 2020 14:06:07 +0000 (15:06 +0100)
commit7c1f25c0103c837cd0635f45ae414018711a00a8
treeaf01c3fc16fc6bcb90458d4254c04d38b9db1c59
parent33693efeb273d817cbaff10bc7271686269ebecc
misc: isl29020: add missed pm_runtime_disable

The driver forgets to call pm_runtime_disable in remove.
Add the missed call to fix it.

Signed-off-by: Chuhong Yuan <hslester96@gmail.com>
Link: https://lore.kernel.org/r/20191118080931.30749-1-hslester96@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/isl29020.c