From: Dan Carpenter Date: Thu, 9 Jun 2011 07:18:23 +0000 (+0300) Subject: Staging: mei: fix debug code X-Git-Tag: v3.0-rc3~20^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eb73c6c2675f708283822bd058ad1e416836ba2;p=pandora-kernel.git Staging: mei: fix debug code ! has higher precedence than !=. H_RDY is 8 and since neither 0 nor 1 are equal to 8 the original condition was always true. Signed-off-by: Dan Carpenter Acked-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed