Tag: 368a53df02d61bb849e100219c2a758510062f88

[media] soc_camera: constify v4l2_subdev_sensor_ops structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> The v4l2_subdev_sensor_ops structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab — drivers/media/i2c/soc_camera/mt9m001.c | 2 +- drivers/media/i2c/soc_camera/mt9t031.c | 2 +- drivers/media/i2c/soc_camera/mt9v022.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)   diff –git a/drivers/media/i2c/soc_camera/mt9m001.c …

Lire la suite