commit | efb5bea6b88dafdda00aff7c30b2193933114cf2 | [log] [tgz] |
---|---|---|
author | Chuhong Yuan <hslester96@gmail.com> | Mon Nov 18 16:09:31 2019 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 14 15:06:07 2020 +0100 |
tree | af01c3fc16fc6bcb90458d4254c04d38b9db1c59 | |
parent | 8edf4cd193067ac5e03fd9580f1affbb6a3f729b [diff] |
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>