kernel-fxtec-pro1x/drivers/media
Julia Lawall 8281db3b52 V4L/DVB (7285): em28xx: Correct use of ! and &
In commit e6bafba5b4, a bug was fixed that
involved converting !x & y to !(x & y).  The code below shows the same
pattern, and thus should perhaps be fixed in the same way.

This is not tested and clearly changes the semantics, so it is only
something to consider.

The semantic patch that makes this change is as follows:
(http://www.emn.fr/x-info/coccinelle/)

// <smpl>
@@ expression E1,E2; @@
(
  !E1 & !E2
|
- !E1 & E2
+ !(E1 & E2)
)
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2008-03-20 12:39:00 -03:00
..
common V4L/DVB (7192): Adds support for Genius TVGo A11MCE 2008-02-18 11:15:19 -03:00
dvb V4L/DVB (7195): xc5000: fix build error when built as module 2008-02-18 12:18:02 -03:00
radio V4L/DVB (7189): autosuspend support 2008-02-18 11:15:18 -03:00
video V4L/DVB (7285): em28xx: Correct use of ! and & 2008-03-20 12:39:00 -03:00
Kconfig V4L/DVB (7205): tuner-xc2028 depends on FW_LOADER 2008-02-18 12:18:09 -03:00
Makefile V4L/DVB (6814): Makefile: always enter video/ 2007-12-13 17:58:05 -02:00