Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109252
b: refs/heads/master
c: 34a20e8
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Duyck authored and Jeff Garzik committed Aug 27, 2008
1 parent 887cc4d commit 6ef4c9e
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: fe59de38c58d3eedc025be61ff3055a41776bbd4
refs/heads/master: 34a20e89739e9ac1cb89bdf430b694d2c946ebff
4 changes: 2 additions & 2 deletions trunk/drivers/net/igb/igb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ static void igb_set_interrupt_capability(struct igb_adapter *adapter)
adapter->msix_entries,
numvecs);
if (err == 0)
return;
goto out;

igb_reset_interrupt_capability(adapter);

Expand All @@ -531,7 +531,7 @@ static void igb_set_interrupt_capability(struct igb_adapter *adapter)
adapter->num_tx_queues = 1;
if (!pci_enable_msi(adapter->pdev))
adapter->flags |= IGB_FLAG_HAS_MSI;

out:
/* Notify the stack of the (possibly) reduced Tx Queue count. */
adapter->netdev->real_num_tx_queues = adapter->num_tx_queues;
return;
Expand Down

0 comments on commit 6ef4c9e

Please sign in to comment.