Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223651
b: refs/heads/master
c: 0e214ad
h: refs/heads/master
i:
  223649: 3b9116e
  223647: 8baf895
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Dec 23, 2010
1 parent d0aae33 commit 8cdd87e
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: fdac1e0697356ac212259f2147aa60c72e334861
refs/heads/master: 0e214ad81545a35c5e62a4c2d6cf7275fd7a545f
2 changes: 1 addition & 1 deletion trunk/drivers/net/usb/mcs7830.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ static int mcs7830_set_autoneg(struct usbnet *dev, int ptrUserPhyMode)
if (!ret)
ret = mcs7830_write_phy(dev, MII_BMCR,
BMCR_ANENABLE | BMCR_ANRESTART );
return ret < 0 ? : 0;
return ret;
}


Expand Down

0 comments on commit 8cdd87e

Please sign in to comment.