kernel-fxtec-pro1x/drivers/media/usb
Julia Lawall bfe40b79e9 [media] as102: fix error return code
Return a negative error code on failure.

A simplified version of the semantic match that finds this problem is as
follows: (http://coccinelle.lip6.fr/)

// <smpl>
@@
identifier ret; expression e1,e2;
@@
(
if (\(ret < 0\|ret != 0\))
 { ... return ret; }
|
ret = 0
)
... when != ret = e1
    when != &ret
*if(...)
{
  ... when != ret = e2
      when forall
 return ret;
}
// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2015-05-01 07:00:51 -03:00
..
airspy
as102 [media] as102: fix error return code 2015-05-01 07:00:51 -03:00
au0828 [media] au0828: fix broken streaming 2015-04-02 18:28:59 -03:00
b2c2
cpia2
cx231xx [media] cx231xx: fix bad indenting 2015-05-01 06:06:49 -03:00
dvb-usb [media] dw2102: fix bad indenting 2015-05-01 06:26:47 -03:00
dvb-usb-v2 Merge branch 'patchwork' into v4l_for_linus 2015-04-21 06:12:35 -03:00
em28xx [media] em28xx: embed video_device 2015-04-08 06:46:31 -03:00
go7007 [media] go7007: Comment some dead code 2015-05-01 06:09:52 -03:00
gspca [media] xirlink_cit: comment unreachable code 2015-05-01 06:27:08 -03:00
hackrf
hdpvr [media] hdpvr: embed video_device 2015-04-02 23:36:54 -03:00
msi2500
pvrusb2 [media] pvrusb2: fix inconsistent indenting 2015-05-01 06:12:01 -03:00
pwc [media] pwc: fix WARN_ON 2015-01-29 18:27:03 -02:00
s2255 [media] s2255drv: Use setup_timer 2015-01-27 10:04:18 -02:00
siano [media] siano: avoid a linkedit error if !MC 2015-03-02 14:17:01 -03:00
stk1160 [media] stk1160: Make sure current buffer is released 2015-04-02 18:18:37 -03:00
stkwebcam [media] stk-webcam: Delete an unnecessary check before the function call "vfree" 2015-03-02 14:53:27 -03:00
tm6000 [media] tm6000: embed video_device 2015-04-02 23:49:49 -03:00
ttusb-budget
ttusb-dec [media] ttusb-dec: fix bad indentation 2015-05-01 06:24:49 -03:00
usbtv
usbvision [media] usbvision: fix bad indentation 2015-05-01 06:25:28 -03:00
uvc [media] uvcvideo: add support for VIDIOC_QUERY_EXT_CTRL 2015-04-10 10:29:27 -03:00
zr364xx [media] media: drivers shouldn't touch debug field in video_device 2014-12-23 10:29:04 -02:00
Kconfig
Makefile