diff options
author | Uwe Kleine-König | 2023-03-17 09:42:30 +0100 |
---|---|---|
committer | Greg Kroah-Hartman | 2023-05-11 23:03:27 +0900 |
commit | d748e32026aa715b0d5494cb7cda34d2ff9aa470 (patch) | |
tree | 54c7533b6d3bdac0ee0062affa510022ce7fc487 /COPYING | |
parent | 3eb8bebd02f015b41a76e3b5b3da7c027b2d9915 (diff) |
spi: atmel-quadspi: Don't leak clk enable count in pm resume
[ Upstream commit c18bbac353ffed50be134b0a2a059a2bd540c503 ]
The pm resume call is supposed to enable two clocks. If the second enable
fails the callback reports failure but doesn't undo the first enable.
So call clk_disable() for the first clock when clk_enable() for the second
one fails.
Fixes: 4a2f83b7f780 ("spi: atmel-quadspi: add runtime pm support")
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Link: https://lore.kernel.org/r/20230317084232.142257-2-u.kleine-koenig@pengutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions