Re: [PATCH] drm/exynos: gsc: minor fix for loop iteration in gsc_runtime_resume

2023-12-20 Thread Inki Dae
2023년 12월 20일 (수) 오후 7:45, Marek Szyprowski 님이 작성: > On 20.12.2023 10:53, Fedor Pchelkin wrote: > > 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:

Re: [PATCH] drm/exynos: gsc: minor fix for loop iteration in gsc_runtime_resume

2023-12-20 Thread Marek Szyprowski
On 20.12.2023 10:53, Fedor Pchelkin wrote: > 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

[PATCH] drm/exynos: gsc: minor fix for loop iteration in gsc_runtime_resume

2023-12-20 Thread Fedor Pchelkin
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 --- drivers/gpu/drm/exynos/exynos_drm_gsc.c |