Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82694
b: refs/heads/master
c: 9dc7f30
h: refs/heads/master
v: v3
  • Loading branch information
Bryan Wu authored and David S. Miller committed Feb 3, 2008
1 parent 289aed7 commit cd12f0a
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: 6e01d1a4b2f7110201e7fe16e561a721d76fab3e
refs/heads/master: 9dc7f30e3bac329998a2a9bb814bd0abc7cb58e2
2 changes: 1 addition & 1 deletion trunk/drivers/net/bfin_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ static int mii_probe(struct net_device *dev)
mdc_div = ((sclk / MDC_CLK) / 2) - 1;

sysctl = bfin_read_EMAC_SYSCTL();
sysctl |= SET_MDCDIV(mdc_div);
sysctl = (sysctl & ~MDCDIV) | SET_MDCDIV(mdc_div);
bfin_write_EMAC_SYSCTL(sysctl);

/* search for connect PHY device */
Expand Down

0 comments on commit cd12f0a

Please sign in to comment.