commit | 4050957c7c2c14aa795dbf423b4180d5ac04e113 | [log] [tgz] |
---|---|---|
author | Fedor Pchelkin <pchelkin@ispras.ru> | Wed Dec 20 12:53:15 2023 +0300 |
committer | Inki Dae <inki.dae@samsung.com> | Mon Jan 22 12:24:55 2024 +0900 |
tree | 0c26bdf05b0578d7bcf7691e2955c13792dacc36 | |
parent | 960b537e91725bcb17dd1b19e48950e62d134078 [diff] |
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>