Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44389
b: refs/heads/master
c: 0a1336c
h: refs/heads/master
i:
  44387: 8ee7e03
v: v3
  • Loading branch information
Roland Dreier committed Dec 12, 2006
1 parent b3f69e3 commit 420813d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ad1f9791e91511fcff21730e55ad8dbc375c79bb
refs/heads/master: 0a1336c8c93530b93c8ecd8c9882f5e528673cab
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/ipath/ipath_iba6120.c
Original file line number Diff line number Diff line change
Expand Up @@ -851,12 +851,12 @@ static int ipath_setup_pe_config(struct ipath_devdata *dd,
int pos, ret;

dd->ipath_msi_lo = 0; /* used as a flag during reset processing */
dd->ipath_irq = pdev->irq;
ret = pci_enable_msi(dd->pcidev);
if (ret)
ipath_dev_err(dd, "pci_enable_msi failed: %d, "
"interrupts may not work\n", ret);
/* continue even if it fails, we may still be OK... */
dd->ipath_irq = pdev->irq;

if ((pos = pci_find_capability(dd->pcidev, PCI_CAP_ID_MSI))) {
u16 control;
Expand Down

0 comments on commit 420813d

Please sign in to comment.