commit | d148b85e8b0779b910f3120a1b72e3e105ad2c47 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sat Oct 27 08:16:40 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Tue Nov 06 07:16:38 2018 -0500 |
tree | 2cb842205ced00f3ec048a23f7daad6cf1cef41e | |
parent | 35629182eb8f931b0de6ed38c0efac58e922c801 [diff] |
media: ov5645: constify v4l2_ctrl_ops structure The v4l2_ctrl_ops structure is only passed as the second argument to functions such as v4l2_ctrl_new_std for which the corresponding parameter is const, so make the v4l2_ctrl_ops structure const as well. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>