Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369292
b: refs/heads/master
c: 499ab5c
h: refs/heads/master
v: v3
  • Loading branch information
akepner authored and Jeff Kirsher committed Apr 18, 2013
1 parent 61abb57 commit 67c57e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c1cb0d3b569b1d21ada8666efb42dfd437617a09
refs/heads/master: 499ab5ccbd42839f40d5572e7a4799c412986a11
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5123,14 +5123,14 @@ static int __ixgbe_shutdown(struct pci_dev *pdev, bool *enable_wake)

netif_device_detach(netdev);

rtnl_lock();
if (netif_running(netdev)) {
rtnl_lock();
ixgbe_down(adapter);
ixgbe_free_irq(adapter);
ixgbe_free_all_tx_resources(adapter);
ixgbe_free_all_rx_resources(adapter);
rtnl_unlock();
}
rtnl_unlock();

ixgbe_clear_interrupt_scheme(adapter);

Expand Down

0 comments on commit 67c57e6

Please sign in to comment.