aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sk98lin
diff options
context:
space:
mode:
authorMariusz Kozlowski <m.kozlowski@tuxland.pl>2006-12-04 15:04:56 -0800
committerJeff Garzik <jeff@garzik.org>2006-12-04 18:36:03 -0500
commit043d58064ac6556a3abd3a74201831f3e9a5b6e8 (patch)
tree2d151ea6b18580064ef76574212169aaec7355c7 /drivers/net/sk98lin
parent[PATCH] declance: Support the I/O ASIC LANCE w/o TURBOchannel (diff)
downloadlinux-dev-043d58064ac6556a3abd3a74201831f3e9a5b6e8.tar.xz
linux-dev-043d58064ac6556a3abd3a74201831f3e9a5b6e8.zip
[PATCH] sk98lin debug build fix
Fix parenthesis mismatch. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/sk98lin')
-rw-r--r--drivers/net/sk98lin/skgesirq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sk98lin/skgesirq.c b/drivers/net/sk98lin/skgesirq.c
index ab66d80a4455..3e7aa49afd00 100644
--- a/drivers/net/sk98lin/skgesirq.c
+++ b/drivers/net/sk98lin/skgesirq.c
@@ -1319,7 +1319,7 @@ SK_BOOL AutoNeg) /* Is Auto-negotiation used ? */
SkXmPhyRead(pAC, IoC, Port, PHY_BCOM_INT_STAT, &Isrc);
#ifdef xDEBUG
- if ((Isrc & ~(PHY_B_IS_HCT | PHY_B_IS_LCT) ==
+ if ((Isrc & ~(PHY_B_IS_HCT | PHY_B_IS_LCT)) ==
(PHY_B_IS_SCR_S_ER | PHY_B_IS_RRS_CHANGE | PHY_B_IS_LRS_CHANGE)) {
SK_U32 Stat1, Stat2, Stat3;