commit | a74865e7a17a4991a38258d54482708c270df648 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sat Oct 27 08:30:32 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Fri Nov 23 06:03:51 2018 -0500 |
tree | d2e33ef3356fd63b3b2e3d2ca472cce7eee8b7ed | |
parent | 299553d88e2d48bbc91dfaba4a1d7bf5a93ef528 [diff] |
media: rockchip/rga: constify v4l2_m2m_ops structure The v4l2_m2m_ops structure can be const as it is only passed to v4l2_m2m_init whose parameter is 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>