media: fimc-is: constify several pointers in function arguments
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 24 Dec 2023 11:49:10 +0000 (12:49 +0100)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Mon, 22 Jan 2024 11:16:42 +0000 (12:16 +0100)
commit764d5a74b1779d6b2b630b870c198d6bb4a0d23d
treecd6f83a9813b6608adf6fec88b1d2bbd837f9288
parentab1270eeb6b2a7d0f82a94ae33dc3cd05d69e64a
media: fimc-is: constify several pointers in function arguments

Several functions do not modify pointed structure, thus the pointer can
point to const data for additional safety and self-documenting intention
of the function.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/platform/samsung/exynos4-is/fimc-core.c
drivers/media/platform/samsung/exynos4-is/fimc-core.h
drivers/media/platform/samsung/exynos4-is/fimc-reg.c
drivers/media/platform/samsung/exynos4-is/fimc-reg.h