From: Julia Lawall Date: Thu, 12 Jan 2012 21:49:29 +0000 (+0100) Subject: drivers/dma/amba-pl08x.c: adjust double test X-Git-Tag: v3.4-rc1~39^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=880db3ff17a973bc0e9847299d1fd9cdf4568ee1;p=pandora-kernel.git drivers/dma/amba-pl08x.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 Signed-off-by: Vinod Koul --- Reading git-diff-tree failed