Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150238
b: refs/heads/master
c: 7290383
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed May 18, 2009
1 parent 0de4118 commit e0a1065
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 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: 6bc5046e6df7d7122631c82ccaa6edf7085331ac
refs/heads/master: 7290383191fa57d7f6320e27a03e5a8afee362fd
13 changes: 5 additions & 8 deletions trunk/drivers/net/tc35815.c
Original file line number Diff line number Diff line change
Expand Up @@ -688,14 +688,11 @@ static void tc_handle_link_change(struct net_device *dev)

if (status_change && netif_msg_link(lp)) {
phy_print_status(phydev);
#ifdef DEBUG
printk(KERN_DEBUG
"%s: MII BMCR %04x BMSR %04x LPA %04x\n",
dev->name,
phy_read(phydev, MII_BMCR),
phy_read(phydev, MII_BMSR),
phy_read(phydev, MII_LPA));
#endif
pr_debug("%s: MII BMCR %04x BMSR %04x LPA %04x\n",
dev->name,
phy_read(phydev, MII_BMCR),
phy_read(phydev, MII_BMSR),
phy_read(phydev, MII_LPA));
}
}

Expand Down

0 comments on commit e0a1065

Please sign in to comment.