[media] drivers/media/usb/dvb-usb-v2: constify mxl111sf_demod_config structure
authorJulia Lawall <Julia.Lawall@lip6.fr>
Fri, 13 Nov 2015 12:24:39 +0000 (10:24 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 19 Nov 2015 13:20:18 +0000 (11:20 -0200)
commit9c5e44a0762beee013213593ab2bc511bd46f366
treee1cc950baa162f0875140d6475cd46cfd454104d
parentc0a182b699c0e8e3fc3e5e0eebc3d1e3ac7697bf
[media] drivers/media/usb/dvb-usb-v2: constify mxl111sf_demod_config structure

The mxl111sf_demod_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>
Reviewed-by: Michael Ira Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.h
drivers/media/usb/dvb-usb-v2/mxl111sf.c