linux/drivers/media/usb/stk1160
Arvind Yadav 7fb2e072d4 media: usb: constify usb_device_id
usb_device_id are not supposed to change at runtime. All functions
working with usb_device_id provided by <linux/usb.h> work with
const usb_device_id. So mark the non-const structs as const.

'drivers/media/usb/b2c2/flexcop-usb.c' Fix checkpatch.pl error:
ERROR: space prohibited before open square bracket '['.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-08-20 08:04:51 -04:00
..
Kconfig [media] media: stk1160: Add Kconfig help on snd-usb-audio requirement 2017-04-18 12:15:45 -03:00
Makefile [media] stk1160: Remove stk1160-mixer and setup internal AC97 codec automatically 2017-02-03 11:25:51 -02:00
stk1160-ac97.c [media] stk1160: make some functions static 2017-02-03 11:30:37 -02:00
stk1160-core.c media: usb: constify usb_device_id 2017-08-20 08:04:51 -04:00
stk1160-i2c.c [media] constify i2c_algorithm structures 2016-09-19 16:27:02 -03:00
stk1160-reg.h [media] stk1160: Wait for completion of transfers to and from AC97 codec 2017-02-03 11:29:24 -02:00
stk1160-v4l.c media: : usb: add const to v4l2_file_operations structures 2017-07-20 16:45:25 -04:00
stk1160-video.c [media] media: usb: stk1160: stk1160-video: don't print error when allocating urb fails 2016-08-24 09:26:01 -03:00
stk1160.h [media] stk1160: Wait for completion of transfers to and from AC97 codec 2017-02-03 11:29:24 -02:00