Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200263
b: refs/heads/master
c: 024a07b
h: refs/heads/master
i:
  200261: 0dde9c5
  200259: 9d882a0
  200255: 634d279
v: v3
  • Loading branch information
Timo Teräs authored and David S. Miller committed Jun 6, 2010
1 parent ddf3dc1 commit ad901d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8ffb335e8d696affc04f963bf73ce2196f80edb9
refs/heads/master: 024a07bacf8287a6ddfa83e9d5b951c5e8b4070e
5 changes: 5 additions & 0 deletions trunk/drivers/net/r8169.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,11 @@ static void mdio_write(void __iomem *ioaddr, int reg_addr, int value)
break;
udelay(25);
}
/*
* Some configurations require a small delay even after the write
* completed indication or the next write might fail.
*/
udelay(25);
}

static int mdio_read(void __iomem *ioaddr, int reg_addr)
Expand Down

0 comments on commit ad901d0

Please sign in to comment.