Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171630
b: refs/heads/master
c: d8bda9f
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Nov 18, 2009
1 parent aff2648 commit 5ebca26
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: 1ede9b52fa911c9a523cf6bc40b5a2b134db957c
refs/heads/master: d8bda9f12d5db160b594ce36659434620e19a363
2 changes: 1 addition & 1 deletion trunk/drivers/net/wan/dscc4.c
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ static int dscc4_open(struct net_device *dev)
init_timer(&dpriv->timer);
dpriv->timer.expires = jiffies + 10*HZ;
dpriv->timer.data = (unsigned long)dev;
dpriv->timer.function = &dscc4_timer;
dpriv->timer.function = dscc4_timer;
add_timer(&dpriv->timer);
netif_carrier_on(dev);

Expand Down

0 comments on commit 5ebca26

Please sign in to comment.