media: cx231xx: make cx231xx_vbi_qops const
authorBhumika Goyal <bhumirks@gmail.com>
Wed, 27 Sep 2017 08:05:43 +0000 (04:05 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 31 Oct 2017 10:37:49 +0000 (06:37 -0400)
commit0dd7054129c9b3d54c3716b8e38dcfcb43fe305d
tree396ce516e6f37e12c1892e70058cb2c9080a0e86
parentbfba2b3e21b9426c0f9aca00f3cad8631b2da170
media: cx231xx: make cx231xx_vbi_qops const

Make this const as it is only passed to the const argument of the
function videobuf_queue_vmalloc_init in the file referencing it.
Also, make the declaration in the header const.

Structure found using Coccienlle and changes done by hand.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/cx231xx/cx231xx-vbi.c
drivers/media/usb/cx231xx/cx231xx-vbi.h