[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200612042306.kB4N65Vx008017@shell0.pdx.osdl.net>
Date: Mon, 04 Dec 2006 15:04:56 -0800
From: akpm@...l.org
To: jeff@...zik.org
Cc: netdev@...r.kernel.org, akpm@...l.org, m.kozlowski@...land.pl
Subject: [patch 7/8] sk98lin debug build fix
From: Mariusz Kozlowski <m.kozlowski@...land.pl>
Fix parenthesis mismatch.
Signed-off-by: Andrew Morton <akpm@...l.org>
---
drivers/net/sk98lin/skgesirq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/net/sk98lin/skgesirq.c~sk98lin-debug-build-fix drivers/net/sk98lin/skgesirq.c
--- a/drivers/net/sk98lin/skgesirq.c~sk98lin-debug-build-fix
+++ a/drivers/net/sk98lin/skgesirq.c
@@ -1319,7 +1319,7 @@ SK_BOOL AutoNeg) /* Is Auto-negotiation
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;
_
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists