git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2d4dc5
)
Staging: mei: fix debug code
author
Dan Carpenter
<error27@gmail.com>
Thu, 9 Jun 2011 07:18:23 +0000
(10:18 +0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 9 Jun 2011 17:07:47 +0000
(10:07 -0700)
! 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 <error27@gmail.com>
Acked-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found