From: Greg Smith Date: Mon, 15 May 2006 16:44:02 +0000 (-0700) Subject: [PATCH] s390: lcs incorrect test X-Git-Tag: v2.6.17-rc5~146 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=698d070746770aaaec78ab4ffa3ab1f1d5c6abe8;p=pandora-kernel.git [PATCH] s390: lcs incorrect test While debugging why our LCS emulator is having some problems I noticed the following weirdness in drivers/s390/net/lcs.c routine lcs_irq. The `if' statement is always true since SCHN_STAT_PCI is defined as 0x80. Cc: Martin Schwidefsky Cc: Heiko Carstens Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed