media: s5p-mfc: constify local pointers to s5p_mfc_enc_params
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 24 Dec 2023 15:44:11 +0000 (16:44 +0100)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Mon, 22 Jan 2024 11:16:43 +0000 (12:16 +0100)
commit362af7abbfba9b36fc622f9d7bb96e2921832f2c
treedeb9ed6502bd0242aa3abaca734b71a37b2e963d
parent60a2a86fb8277ba2b8d26cd49222e92fea36a196
media: s5p-mfc: constify local pointers to s5p_mfc_enc_params

Constify the local variables pointing to "struct s5p_mfc_enc_params" and
other encoding params to annotate the function is not modifying pointed
data.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c