linux/drivers/staging/media
Chi Pham 86a7dacc8f staging:media: Removed assignments from if statements.
The following coccinelle script found the match:

@simple@
expression E1, E2;
statement S1, S2;
@@

+ E1 = E2;
if (
- (E1 = E2)
+ E1
 )
S1 else S2

@left@
expression E0, E1, E2;
statement S0, S1;
@@
- if ((E1 = E2) < E0)
+ E1 = E2;
+ if (E1 < E0)
S1

Signed-off-by: Chi Pham <fempsci@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-03-18 11:03:50 -07:00
..
as102 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media 2014-01-31 09:31:14 -08:00
bcm2048 [media] fix coccinelle warnings 2014-01-07 08:01:11 -02:00
cxd2099 Staging: media/cxd2099: Fix line length over 80 characters 2014-03-07 13:14:14 -08:00
davinci_vpfe [media] davinci-vpfe: fix compile error 2014-01-07 08:02:51 -02:00
dt3155v4l staging: dt3155v4l: make q_ops static 2014-03-16 18:27:48 -07:00
go7007 staging: go7007: go7007-v4l2.c Fix line over 80 characters. 2014-03-16 21:19:14 -07:00
lirc staging: lirc: Add fallthrough comment 2014-03-13 17:37:23 -07:00
msi3101 staging: media/msi3101/sdr-msi3101.c removed warning 2014-03-16 21:32:51 -07:00
omap4iss [media] v4l: omap4iss: Restore irq flags correctly in omap4iss_video_buffer_next() 2014-01-02 15:53:01 -02:00
omap24xx staging: media/omap24xx/tcm825x.h removed warning 2014-03-16 21:32:58 -07:00
sn9c102 staging:media: Removed assignments from if statements. 2014-03-18 11:03:50 -07:00
solo6x10 Staging: solo6x10: Replace expressions that don't use ALIGN macro 2014-03-16 18:00:56 -07:00
Kconfig [media] omap24xx/tcm825x: move to staging for future removal 2013-12-20 13:45:22 -02:00
Makefile [media] omap24xx/tcm825x: move to staging for future removal 2013-12-20 13:45:22 -02:00