diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2012-01-12 21:49:28 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-01-18 01:53:34 +0100 |
commit | b1aa60892ecc1ba03185e7dfed99cc9202ef03b7 (patch) | |
tree | e268ae2b720c250e04a616d4cf2c4b47f1182227 /kernel | |
parent | [media] s5p-fimc: Fix incorrect control ID assignment (diff) | |
download | linux-b1aa60892ecc1ba03185e7dfed99cc9202ef03b7.tar.xz linux-b1aa60892ecc1ba03185e7dfed99cc9202ef03b7.zip |
[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>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions