Home
last modified time | relevance | path

Searched hist:d148b85e8b0779b910f3120a1b72e3e105ad2c47 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/i2c/
H A Dov5645.cdiff d148b85e8b0779b910f3120a1b72e3e105ad2c47 Sat Oct 27 07:16:40 CDT 2018 Julia Lawall <Julia.Lawall@lip6.fr> 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>