media: anysee: constify copied structure
authorJulia Lawall <Julia.Lawall@inria.fr>
Wed, 1 Jan 2020 07:43:21 +0000 (08:43 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 24 Feb 2020 14:22:57 +0000 (15:22 +0100)
commite4183df77fe38b69ee0d05230d9157e13987e3c5
tree4eb71ee6a13081be7f1ef04ecc600e5bfb19dcc3
parent639c0a5b0503fb57127fa8972208d43020a9bcf6
media: anysee: constify copied structure

The anysee_tda18212_config and anysee_tda18212_config2 structures
are only copied into other structures, so make them const.

The opportunity for this change was found using Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/usb/dvb-usb-v2/anysee.c