Staging: mei: fix debug code
authorDan Carpenter <error27@gmail.com>
Thu, 9 Jun 2011 07:18:23 +0000 (10:18 +0300)
committerGreg 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