commit | 494a22765ce479c9f8ad181c5d24cffda9f534bb | [log] [tgz] |
---|---|---|
author | Xu Qiang <xuqiang36@huawei.com> | Thu Aug 25 06:53:24 2022 +0000 |
committer | Mark Brown <broonie@kernel.org> | Mon Sep 05 13:09:51 2022 +0100 |
tree | 5a635dcfff71fe7981a5dd57d205c02c25e19abb | |
parent | 70034320fdc597b8f58b4a43bb547f17c4c5557a [diff] |
spi: qup: add missing clk_disable_unprepare on error in spi_qup_pm_resume_runtime() Add the missing clk_disable_unprepare() before return from spi_qup_pm_resume_runtime() in the error handling case. Fixes: dae1a7700b34 (“spi: qup: Handle clocks in pm_runtime suspend and resume”) Signed-off-by: Xu Qiang <xuqiang36@huawei.com> Link: https://lore.kernel.org/r/20220825065324.68446-2-xuqiang36@huawei.com Signed-off-by: Mark Brown <broonie@kernel.org>