media: rockchip/rga: constify video_device structure
authorJulia Lawall <Julia.Lawall@lip6.fr>
Fri, 2 Nov 2018 14:48:15 +0000 (10:48 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 23 Nov 2018 11:07:06 +0000 (06:07 -0500)
commitbe773a176cbba68e9b2b6b669e5efe966844adba
tree80eef13b9846aa1a68f39b66385957f31b21fb4b
parent9729d6d282a6d7ce88e64c9119cecdf79edf4e88
media: rockchip/rga: constify video_device structure

The video_device structure is only copied into another structure, so
it can be const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/rockchip/rga/rga.c