Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 237557
b: refs/heads/master
c: 894ff7c
h: refs/heads/master
i:
  237555: 7307ae0
v: v3
  • Loading branch information
Alexander Duyck authored and Jeff Kirsher committed Mar 3, 2011
1 parent 711047f commit 55e174a
Show file tree
Hide file tree
Showing 2 changed files with 6 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: dbf893ee85369debaa05b3c222a40c8ac5273a06
refs/heads/master: 894ff7cf0e0cf7596f9b0d3c30e32c87f8df2784
5 changes: 5 additions & 0 deletions trunk/drivers/net/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2597,6 +2597,11 @@ static void ixgbe_free_irq(struct ixgbe_adapter *adapter)

i--;
for (; i >= 0; i--) {
/* free only the irqs that were actually requested */
if (!adapter->q_vector[i]->rxr_count &&
!adapter->q_vector[i]->txr_count)
continue;

free_irq(adapter->msix_entries[i].vector,
adapter->q_vector[i]);
}
Expand Down

0 comments on commit 55e174a

Please sign in to comment.