]> git.baikalelectronics.ru Git - kernel.git/commit
media: exynos4-is: add missed clk_disable_unprepare in remove
authorChuhong Yuan <hslester96@gmail.com>
Thu, 19 Dec 2019 07:48:24 +0000 (08:48 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 24 Feb 2020 15:39:58 +0000 (16:39 +0100)
commit29f0c51179720a8a1aa040bb542338de127b252f
treebeb18cc6ee6361426cc3581fc256d0d95c493d50
parent51e4f5807a4e44dd2cab15e8e88ec307ab4cc271
media: exynos4-is: add missed clk_disable_unprepare in remove

This driver forgets to disable and unprepare clock when remove.
Add a call to clk_disable_unprepare() to fix it.

Signed-off-by: Chuhong Yuan <hslester96@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/exynos4-is/fimc-lite.c