alistair23-linux/drivers/media/platform/s5p-tv
Nicholas Mc Guire 4f50efadcb [media] s5p-tv: fix wait_event_timeout return handling
event API conformance testing with coccinelle spatches are being
used to locate API usage inconsistencies this triggert with:
./drivers/media/platform/s5p-tv/mixer_reg.c:364
        incorrect check for negative return

Return type of wait_event_timeout is signed long not int and the
return type is >=0 always thus the negative check is unnecessary.
An appropriately named variable of type long is inserted and the
call fixed up aswell as the negative return check dropped.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2015-08-11 06:23:35 -03:00
..
hdmi_drv.c [media] media: platform: s5p: Constify platform_device_id 2015-05-12 03:49:22 -03:00
hdmiphy_drv.c [media] s5p-tv: Drop owner assignment from i2c_driver 2015-08-11 06:23:09 -03:00
Kconfig [media] s5p-tv: hdmi needs I2C support 2015-03-04 08:59:14 -03:00
Makefile
mixer.h [media] media_tree: Fix spelling errors 2013-11-29 14:43:50 -02:00
mixer_drv.c [media] v4l2: replace video op g_mbus_fmt by pad op get_fmt 2015-05-01 08:36:17 -03:00
mixer_grp_layer.c [media] media: Remove unnecessary semicolons 2013-10-17 05:51:57 -03:00
mixer_reg.c [media] s5p-tv: fix wait_event_timeout return handling 2015-08-11 06:23:35 -03:00
mixer_video.c [media] v4l2_plane_pix_format: use __u32 bytesperline instead of __u16 2015-04-02 23:54:47 -03:00
mixer_vp_layer.c [media] media: Remove unnecessary semicolons 2013-10-17 05:51:57 -03:00
regs-hdmi.h
regs-mixer.h
regs-sdo.h
regs-vp.h
sdo_drv.c [media] v4l2: replace video op g_mbus_fmt by pad op get_fmt 2015-05-01 08:36:17 -03:00
sii9234_drv.c [media] s5p-tv: Drop owner assignment from i2c_driver 2015-08-11 06:23:09 -03:00