From: Diego Liziero Date: Tue, 14 Apr 2009 02:33:54 +0000 (+0200) Subject: Staging winbond: boolean negation and bitwise operation in wrong order X-Git-Tag: v2.6.31-rc1~105^2~208 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=290d4c23506545633878132860cc7d4fac0da23e;p=pandora-kernel.git Staging winbond: boolean negation and bitwise operation in wrong order The semantic patch that makes this change is: (http://www.emn.fr/x-info/coccinelle/) @@ expression E; constant C; @@ ( - !E == C + E != C ) Signed-off-by: Diego Liziero Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed