]> git.baikalelectronics.ru Git - kernel.git/commit
media: exynos4-is: Change clk_disable to clk_disable_unprepare
authorMiaoqian Lin <linmq006@gmail.com>
Fri, 18 Mar 2022 11:01:01 +0000 (12:01 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 13 May 2022 09:02:18 +0000 (11:02 +0200)
commit188f24b8ee275d077f554c3ee0a93561e239c4e3
treed2be2dfb02d900b75f26aa4613a5877b2ef91621
parent67c1d84e959bcb7c23db255feb7f5cc9061e8e43
media: exynos4-is: Change clk_disable to clk_disable_unprepare

The corresponding API for clk_prepare_enable is clk_disable_unprepare,
other than clk_disable.

Fix this by changing clk_disable to clk_disable_unprepare.

Fixes: c07089d4e738 ("[media] exynos4-is: Ensure fimc-is clocks are not enabled until properly configured")
Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/platform/samsung/exynos4-is/fimc-is.c