From: Julia Lawall Date: Thu, 12 Jan 2012 21:49:27 +0000 (+0100) Subject: drivers/staging: adjust double test X-Git-Tag: v3.4-rc1~186^2~176^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2f9dc55345baff05378c23de6e9e026f6838556;p=pandora-kernel.git drivers/staging: 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: Greg Kroah-Hartman --- Reading git-diff-tree failed