Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299967
b: refs/heads/master
c: 8a1d59d
h: refs/heads/master
i:
  299965: 8eb2c73
  299963: 4942881
  299959: 19d5178
  299951: c899409
  299935: 061ec06
  299903: 908d2c3
v: v3
  • Loading branch information
Steve Glendinning authored and David S. Miller committed May 1, 2012
1 parent c6a1526 commit 692b179
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: 4f49add9ad297dab392c14dc60d490364080739b
refs/heads/master: 8a1d59d79fffdad4bb1b3b5d069da4c6c52db2e6
2 changes: 1 addition & 1 deletion trunk/drivers/net/usb/smsc75xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ static int smsc75xx_phy_initialize(struct usbnet *dev)
bmcr = smsc75xx_mdio_read(dev->net, dev->mii.phy_id, MII_BMCR);
check_warn_return(bmcr, "Error reading MII_BMCR");
timeout++;
} while ((bmcr & MII_BMCR) && (timeout < 100));
} while ((bmcr & BMCR_RESET) && (timeout < 100));

if (timeout >= 100) {
netdev_warn(dev->net, "timeout on PHY Reset");
Expand Down

0 comments on commit 692b179

Please sign in to comment.