Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122176
b: refs/heads/master
c: a098397
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and David S. Miller committed Nov 26, 2008
1 parent f612b7a commit 9b369a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 45555c0ed436b8b06eeaa5c524a3377e6d24fb45
refs/heads/master: a098397d562e2ce5aca7b9b007a4954d88ef8f5e
2 changes: 0 additions & 2 deletions trunk/drivers/net/atlx/atl2.c
Original file line number Diff line number Diff line change
Expand Up @@ -644,15 +644,13 @@ static int atl2_request_irq(struct atl2_adapter *adapter)
int flags, err = 0;

flags = IRQF_SHARED;
#ifdef CONFIG_PCI_MSI
adapter->have_msi = true;
err = pci_enable_msi(adapter->pdev);
if (err)
adapter->have_msi = false;

if (adapter->have_msi)
flags &= ~IRQF_SHARED;
#endif

return request_irq(adapter->pdev->irq, &atl2_intr, flags, netdev->name,
netdev);
Expand Down

0 comments on commit 9b369a9

Please sign in to comment.