Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290027
b: refs/heads/master
c: 24b706b
h: refs/heads/master
i:
  290025: a210a00
  290023: a8dbc26
v: v3
  • Loading branch information
Bruce Allan authored and Jeff Kirsher committed Feb 7, 2012
1 parent 3bca0d0 commit 056f735
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: f23efdff77bbc1207255ccebe04771970604bbd9
refs/heads/master: 24b706b2f4bb28c34d32f9d333d8a118215a38cc
3 changes: 2 additions & 1 deletion trunk/drivers/net/ethernet/intel/e1000e/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -3756,8 +3756,9 @@ static int e1000_test_msi_interrupt(struct e1000_adapter *adapter)
if (adapter->flags & FLAG_MSI_TEST_FAILED) {
adapter->int_mode = E1000E_INT_MODE_LEGACY;
e_info("MSI interrupt test failed, using legacy interrupt.\n");
} else
} else {
e_dbg("MSI interrupt test succeeded!\n");
}

free_irq(adapter->pdev->irq, netdev);
pci_disable_msi(adapter->pdev);
Expand Down

0 comments on commit 056f735

Please sign in to comment.