media: fimc-lite: constify several pointers in function arguments
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 24 Dec 2023 11:49:06 +0000 (12:49 +0100)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Mon, 22 Jan 2024 11:16:42 +0000 (12:16 +0100)
commitf4036d7eaeb17697c3a012c33e694e12256a6e07
treeeb576d16c3d4d1229d916e397b0736a4e97a013e
parentcad151904379b302a62e8967b7db6ba2e883a212
media: fimc-lite: 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-lite-reg.c
drivers/media/platform/samsung/exynos4-is/fimc-lite-reg.h