Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73459
b: refs/heads/master
c: a5e68c0
h: refs/heads/master
i:
  73457: a8fff50
  73455: 62dfd65
v: v3
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed Nov 10, 2007
1 parent 03aadc4 commit f1377cc
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bdb3f751cfe6d8d5737a2ff406d7169361b5dfb2
refs/heads/master: a5e68c02fe4d8dff2ff3c5212f9f67082849cc4b
3 changes: 2 additions & 1 deletion trunk/drivers/net/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -3995,7 +3995,8 @@ static __devinit struct net_device *sky2_init_netdev(struct sky2_hw *hw,
dev->tx_timeout = sky2_tx_timeout;
dev->watchdog_timeo = TX_WATCHDOG;
#ifdef CONFIG_NET_POLL_CONTROLLER
dev->poll_controller = sky2_netpoll;
if (port == 0)
dev->poll_controller = sky2_netpoll;
#endif

sky2 = netdev_priv(dev);
Expand Down

0 comments on commit f1377cc

Please sign in to comment.