Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139799
b: refs/heads/master
c: d1a8c9e
h: refs/heads/master
i:
  139797: 436595b
  139795: 81ffcd8
  139791: 3468281
v: v3
  • Loading branch information
Alexander Duyck authored and David S. Miller committed Apr 2, 2009
1 parent ff3fd73 commit 15ebf8e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 59c3de8944e04799643e6980c3ea6a30860ad39b
refs/heads/master: d1a8c9e1c8a49afccc85dfeccd731ccbec52e724
3 changes: 3 additions & 0 deletions trunk/drivers/net/igb/igb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,9 @@ static void igb_free_queues(struct igb_adapter *adapter)
for (i = 0; i < adapter->num_rx_queues; i++)
netif_napi_del(&adapter->rx_ring[i].napi);

adapter->num_rx_queues = 0;
adapter->num_tx_queues = 0;

kfree(adapter->tx_ring);
kfree(adapter->rx_ring);
}
Expand Down

0 comments on commit 15ebf8e

Please sign in to comment.