Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183725
b: refs/heads/master
c: da6b333
h: refs/heads/master
i:
  183723: 15b1f49
v: v3
  • Loading branch information
Greg Rose authored and David S. Miller committed Jan 23, 2010
1 parent 1084e13 commit 4e7c193
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c0456c231a8b2981128cc29e211b7bad1bd997df
refs/heads/master: da6b33306801af7ee6479c177051e70842974932
2 changes: 2 additions & 0 deletions trunk/drivers/net/ixgbevf/ixgbevf_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2381,6 +2381,8 @@ static void ixgbevf_watchdog_task(struct work_struct *work)
&link_up, false)) != 0) {
adapter->link_up = link_up;
adapter->link_speed = link_speed;
netif_carrier_off(netdev);
netif_tx_stop_all_queues(netdev);
schedule_work(&adapter->reset_task);
goto pf_has_reset;
}
Expand Down

0 comments on commit 4e7c193

Please sign in to comment.