alistair23-linux/drivers/media
Julia Lawall b1aa60892e [media] drivers/media/video/s5p-fimc/fimc-capture.c: adjust double test
Rewrite a duplicated test to test the correct value

The semantic match that finds this problem is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@@
expression E;
@@

(
* E
  || ... || E
|
* E
  && ... && E
)
// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-01-17 22:53:34 -02:00
..
common [media] Add registers names to XC2028 tuner from datahseet and use them 2012-01-16 12:24:39 -02:00
dvb [media] dvb_frontend: Don't call get_frontend() if idle 2012-01-17 16:20:37 -02:00
radio [media] convert drivers/media/* to use module_platform_driver() 2012-01-10 23:27:13 -02:00
rc [media] rc-videomate-m1f.c Rename to match remote controler name 2012-01-10 23:38:19 -02:00
video [media] drivers/media/video/s5p-fimc/fimc-capture.c: adjust double test 2012-01-17 22:53:34 -02:00
Kconfig [media] DVB: dvb-net, make the kconfig text helpful 2011-07-27 17:53:09 -03:00
Makefile
media-device.c [media] media: fix truncated entity specification 2011-12-20 09:31:50 -02:00
media-devnode.c [media] media: Fix media device minor registration 2011-06-01 13:24:23 -03:00
media-entity.c