Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119623
b: refs/heads/master
c: bd51126
h: refs/heads/master
i:
  119621: d12298e
  119619: c1b725b
  119615: bf4ce5e
v: v3
  • Loading branch information
David S. Miller committed Nov 26, 2008
1 parent 95dcd8a commit f7b325f
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: 8f480c0e4e120911a673ed7385359bf76ae01963
refs/heads/master: bd51126957eeac96d056c670545ff798c89f63f5
2 changes: 1 addition & 1 deletion trunk/drivers/net/sungem.c
Original file line number Diff line number Diff line change
Expand Up @@ -1714,7 +1714,7 @@ static void gem_init_phy(struct gem *gp)
/* Reset PCS unit. */
val = readl(gp->regs + PCS_MIICTRL);
val |= PCS_MIICTRL_RST;
writeb(val, gp->regs + PCS_MIICTRL);
writel(val, gp->regs + PCS_MIICTRL);

limit = 32;
while (readl(gp->regs + PCS_MIICTRL) & PCS_MIICTRL_RST) {
Expand Down

0 comments on commit f7b325f

Please sign in to comment.