Tag: ff880348e74e0fd1196ab39ec765f5fd330ed3c6

[media] go7007: constify go7007_hpi_ops structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> The go7007_hpi_ops structures are never modified, so declare them 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/pci/saa7134/saa7134-go7007.c | 2 +- drivers/media/usb/go7007/go7007-priv.h | 2 +- drivers/media/usb/go7007/go7007-usb.c | 4 ++– 3 files changed, 4 insertions(+), 4 deletions(-)   diff –git a/drivers/media/pci/saa7134/saa7134-go7007.c …

Continue reading