commit | 6a06e895b262621a81b3b08126b4bc5e1b8eef05 | [log] [tgz] |
---|---|---|
author | Jeffy Chen <jeffy.chen@rock-chips.com> | Mon Aug 07 20:40:19 2017 +0800 |
committer | Mark Brown <broonie@kernel.org> | Mon Aug 07 16:44:10 2017 +0100 |
tree | 37dbfd044624568eb6c630a5cfb0d33d04841005 | |
parent | 43de979ddc099c57858b243619c66e2f663a2f97 [diff] |
spi: rockchip: Fix clock handling in remove We are assuming clocks enabled when calling rockchip_spi_remove, which is not always true. Those clocks might already been disabled by the runtime PM at that time. Call pm_runtime_get_sync before trying to disable clocks to avoid that. Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com> Signed-off-by: Mark Brown <broonie@kernel.org>