]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3f71a98f1754fef8e4d57029cea28e70d49c3cee
tree23de7feb13457aba9acd3766da51374a372a6e1f
parentb705624a07182dacc1996b954f432e32d1193ba4
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