Tag: 9bca62661eac95702ed0118c578b079fa76e4a63

[media] ttusb-dec: constify ttusbdecfe_config structure

Author: Julia Lawall <Julia.Lawall@lip6.fr> The ttusbdecfe_config structure is never modified, so declare it as const. Other references to this structure type were already declared as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: Mauro Carvalho Chehab — drivers/media/usb/ttusb-dec/ttusb_dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)   diff –git a/drivers/media/usb/ttusb-dec/ttusb_dec.c …

Lire la suite