Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43208
b: refs/heads/master
c: 043d580
h: refs/heads/master
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Jeff Garzik committed Dec 4, 2006
1 parent 490d7a4 commit d040f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e8f7f7f11d07c3fe3316d57790bae4c561064c33
refs/heads/master: 043d58064ac6556a3abd3a74201831f3e9a5b6e8
2 changes: 1 addition & 1 deletion trunk/drivers/net/sk98lin/skgesirq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d040f37

Please sign in to comment.