media: rkisp1: isp: Constify various local variables
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 14 Jun 2022 19:11:07 +0000 (20:11 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 17 Jul 2022 11:19:22 +0000 (12:19 +0100)
commit76302581d77e077ffec930a165a9f5c38e97a2eb
tree23de7feb13457aba9acd3766da51374a372a6e1f
parente3ab7e2052c7acca54836f9fe41ffd6b9db85226
media: rkisp1: isp: Constify various local variables

A set of local variables point to structure that are not meant to be
modified. Constify them.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Dafna Hirschfeld <dafna@fastmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/platform/rockchip/rkisp1/rkisp1-isp.c