linux-stable/drivers/media/platform/marvell-ccic
Bhumika Goyal 5303135c17 media: platform: make video_device const
Make these const as they are only used during a copy operation.
Done using Coccinelle:

@match disable optional_qualifier@
identifier s;
@@
static struct video_device s = {...};

@ref@
position p;
identifier match.s;
@@
s@p

@good1@
identifier match.s;
expression list[3] es;
position ref.p;
@@
cx88_vdev_init(es,&s@p,...)

@good2@
position ref.p;
identifier match.s,f,c;
expression e;
@@
(
e = s@p
|
e = s@p.f
|
c(...,s@p.f,...)
|
c(...,s@p,...)
)

@bad depends on  !good1 && !good2@
position ref.p;
identifier match.s;
@@
s@p

@depends on forall !bad disable optional_qualifier@
identifier match.s;
@@
static
+ const
struct video_device s;

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-08-27 08:44:30 -04:00
..
cafe-driver.c media: marvell-ccic: constify pci_device_id 2017-08-09 09:43:15 -04:00
Kconfig [media] marvell-ccic: MMP_CAMERA no longer builds 2015-02-02 13:35:27 -02:00
Makefile
mcam-core.c media: platform: make video_device const 2017-08-27 08:44:30 -04:00
mcam-core.h [media] media/platform: convert drivers to use the new vb2_queue dev field 2016-07-08 14:40:50 -03:00
mmp-driver.c [media] include/media: move platform_data to linux/platform_data/media 2015-11-17 06:58:42 -02:00