]> git.baikalelectronics.ru Git - kernel.git/commit
[media] media: bt8xx: constify or51211_config structure
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sun, 3 Jan 2016 12:19:52 +0000 (10:19 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 1 Feb 2016 09:58:26 +0000 (07:58 -0200)
commit20dfaf667596835b5f4938f60b9200881ed99700
tree9a37d90da15fe899d1f5f21dba6e65c4b10b1c8b
parent46d50c052d94227607a958c90d5c797635d4bfd8
[media] media: bt8xx: constify or51211_config structure

The or51211_config structure is never modified, so declare it as const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/pci/bt8xx/dvb-bt8xx.c