From: Julia Lawall Date: Thu, 12 Jan 2012 20:49:30 +0000 (-0300) Subject: [media] drivers/media/video/s5p-mfc/s5p_mfc.c: adjust double test X-Git-Tag: v3.3-rc1~13^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb869368f36abecc427ffa94193439a05c0aac8d;p=pandora-kernel.git [media] drivers/media/video/s5p-mfc/s5p_mfc.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/) // @@ expression E; @@ ( * E || ... || E | * E && ... && E ) // Signed-off-by: Julia Lawall Acked-by: Kyungmin Park Signed-off-by: Marek Szyprowski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed