]> git.baikalelectronics.ru Git - kernel.git/commit
[media] media: bt8xx: constify sp887x_config structure
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sun, 3 Jan 2016 12:27:53 +0000 (10:27 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 1 Feb 2016 09:58:47 +0000 (07:58 -0200)
commit306caad0e2fd849272b3132d9aeab9c530869a52
treee17b388f6c75308b7715e24f61aa877c0a61d7af
parent7562858e17b9096b780b0762e6fb2c556c30b271
[media] media: bt8xx: constify sp887x_config structure

This sp887x_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