]> git.baikalelectronics.ru Git - kernel.git/commit
spi: synquacer: Add missing clk_disable_unprepare()
authorGuo Mengqi <guomengqi3@huawei.com>
Fri, 24 Jun 2022 00:56:14 +0000 (08:56 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Aug 2022 12:23:03 +0000 (14:23 +0200)
commitc860df2d91be8ccc37bd79d27d251b69a013d31d
treef1d3b316cde0ed08734cf54df6f3b21e81dc5bde
parent2a593ec2d8578f1089363b44a4beeea12661726d
spi: synquacer: Add missing clk_disable_unprepare()

[ Upstream commit 0c44b48d03201ca6ac151036d4dba8683b361fe8 ]

Add missing clk_disable_unprepare() in synquacer_spi_resume().

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Guo Mengqi <guomengqi3@huawei.com>
Link: https://lore.kernel.org/r/20220624005614.49434-1-guomengqi3@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/spi/spi-synquacer.c