commit | 9bca62661eac95702ed0118c578b079fa76e4a63 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Fri Nov 13 12:55:18 2015 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Thu Nov 19 11:22:15 2015 -0200 |
tree | ef7ac5c7ab1648b4ac1c6472b83efe45021742ab | |
parent | 9c5e44a0762beee013213593ab2bc511bd46f366 [diff] |
[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>