]> git.karo-electronics.de Git - linux-beck.git/commit
[media] ttusb-dec: constify ttusbdecfe_config structure
authorJulia Lawall <Julia.Lawall@lip6.fr>
Fri, 13 Nov 2015 14:55:18 +0000 (12:55 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 19 Nov 2015 13:22:15 +0000 (11:22 -0200)
commit9bca62661eac95702ed0118c578b079fa76e4a63
treeef7ac5c7ab1648b4ac1c6472b83efe45021742ab
parent9c5e44a0762beee013213593ab2bc511bd46f366
[media] ttusb-dec: constify ttusbdecfe_config structure

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 <Julia.Lawall@lip6.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/usb/ttusb-dec/ttusb_dec.c