Tag: f691ba9864ad0ed1bd67ad27ed95ed2dce6e15e2

[media] drivers/media/usb/as102: constify as102_priv_ops_t structure

Author: Julia Lawall <Julia.Lawall@lip6.fr> The as102_priv_ops_t structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab — drivers/media/usb/as102/as102_drv.h | 2 +- drivers/media/usb/as102/as102_usb_drv.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)   diff –git a/drivers/media/usb/as102/as102_drv.h b/drivers/media/usb/as102/as102_drv.h index aee2d76..8def19d 100644 …

Continue reading