]> git.dujemihanovic.xyz Git - linux.git/commit
drm/exynos: gsc: minor fix for loop iteration in gsc_runtime_resume
authorFedor Pchelkin <pchelkin@ispras.ru>
Wed, 20 Dec 2023 09:53:15 +0000 (12:53 +0300)
committerInki Dae <inki.dae@samsung.com>
Mon, 22 Jan 2024 03:24:55 +0000 (12:24 +0900)
commit4050957c7c2c14aa795dbf423b4180d5ac04e113
tree0c26bdf05b0578d7bcf7691e2955c13792dacc36
parent960b537e91725bcb17dd1b19e48950e62d134078
drm/exynos: gsc: minor fix for loop iteration in gsc_runtime_resume

Do not forget to call clk_disable_unprepare() on the first element of
ctx->clocks array.

Found by Linux Verification Center (linuxtesting.org).

Fixes: 8b7d3ec83aba ("drm/exynos: gsc: Convert driver to IPP v2 core API")
Signed-off-by: Fedor Pchelkin <pchelkin@ispras.ru>
Reviewed-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_gsc.c