Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142378
b: refs/heads/master
c: 10fd9d7
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and David S. Miller committed Apr 7, 2009
1 parent 2c70ded commit f55e75f
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: c69c6d107ab18e330f22f9380da353fed29c296b
refs/heads/master: 10fd9d7ec48194754de6497ded2ef53cbd2c313e
2 changes: 1 addition & 1 deletion trunk/drivers/net/ibm_newemac/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ static int emac_link_differs(struct emac_instance *dev)
static void emac_link_timer(struct work_struct *work)
{
struct emac_instance *dev =
container_of((struct delayed_work *)work,
container_of(to_delayed_work(work),
struct emac_instance, link_work);
int link_poll_interval;

Expand Down

0 comments on commit f55e75f

Please sign in to comment.