linux/drivers/media/usb
Mauro Carvalho Chehab 09628b2c21 [media] dib0700_devices: Use c99 initializers for structures.
A simplified version of the semantic match that finds this problem is as
follows: (http://coccinelle.lip6.fr/)

// <smpl>
@decl@
identifier i1,fld;
type T;
field list[n] fs;
@@

struct i1 {
 fs
 T fld;
 ...};

@bad@
identifier decl.i1,i2;
expression e;
initializer list[decl.n] is;
@@

struct i1 i2 = { is,
+ .fld = e
- e
 ,...};
// </smpl>

Not sure why, but some tables are still using the old way,
but at least several of them got fixed.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2014-09-22 19:00:28 -03:00
..
airspy [media] airspy: enhance sample rate debug calculation precision 2014-09-21 16:42:33 -03:00
as102 [media] as102-fe: make it an independent driver 2014-08-21 15:25:30 -05:00
au0828 [media] au0828: fill tuner type on all boards 2014-09-22 17:51:24 -03:00
b2c2
cpia2
cx231xx [media] cx231xx: just return 0 instead of using a var 2014-09-03 17:59:57 -03:00
dvb-usb [media] dib0700_devices: Use c99 initializers for structures. 2014-09-22 19:00:28 -03:00
dvb-usb-v2 [media] anysee: convert tda18212 tuner to I2C client 2014-09-21 19:59:13 -03:00
em28xx [media] em28xx-input: i2c IR decoders: improve i2c_client handling 2014-09-22 17:29:06 -03:00
go7007 [media] go7007: fix sparse warnings 2014-09-03 09:33:24 -03:00
gspca [media] sn9c20x: fix checkpatch warning: sizeof cmatrix should be sizeof(cmatrix) 2014-09-21 20:59:57 -03:00
hackrf [media] hackrf: Fix a long constant 2014-09-21 20:35:47 -03:00
hdpvr Merge commit '67dd8f35c2d8ed80f26c9654b474cffc11c6674d' into patchwork 2014-07-22 02:03:59 -03:00
msi2500 [media] msi2500: remove unneeded spinlock irq flags initialization 2014-09-21 16:42:35 -03:00
pvrusb2 [media] media: pvrusb2: make logging code sane 2014-07-17 20:05:38 -03:00
pwc [media] pwc: fix sparse warning 2014-09-03 09:55:43 -03:00
s2255 [media] s2255drv: fix sparse warning 2014-09-03 09:54:16 -03:00
siano [media] siano: add support for PCTV 77e 2014-08-21 15:25:27 -05:00
stk1160
stkwebcam [media] v4l: Support extending the v4l2_pix_format structure 2014-07-17 12:44:47 -03:00
tlg2300 [media] v4l: Support extending the v4l2_pix_format structure 2014-07-17 12:44:47 -03:00
tm6000 [media] rc-core: rename dev->scanmask to dev->scancode_mask 2014-07-25 19:10:43 -03:00
ttusb-budget media: use pci_zalloc_consistent 2014-08-08 15:57:28 -07:00
ttusb-dec media: use pci_zalloc_consistent 2014-08-08 15:57:28 -07:00
usbtv [media] usbtv: fix sparse warnings 2014-09-03 09:37:04 -03:00
usbvision
uvc [media] v4l2: uvcvideo: Allow using larger buffers 2014-09-21 20:37:55 -03:00
zr364xx [media] v4l: Support extending the v4l2_pix_format structure 2014-07-17 12:44:47 -03:00
Kconfig [media] hackrf: HackRF SDR driver 2014-09-21 20:32:37 -03:00
Makefile [media] hackrf: HackRF SDR driver 2014-09-21 20:32:37 -03:00