Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217761
b: refs/heads/master
c: 2ca78d2
h: refs/heads/master
i:
  217759: 50fd50a
v: v3
  • Loading branch information
Jason Gunthorpe authored and Roland Dreier committed Oct 26, 2010
1 parent 1357769 commit fc37ba3
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5d26a1df23f7e904e7b03bb2580288f6ae7cfe48
refs/heads/master: 2ca78d23a758d3299abd128556debff4c1fefb16
4 changes: 3 additions & 1 deletion trunk/drivers/infiniband/hw/qib/qib_pcie.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,11 @@ int qib_pcie_init(struct pci_dev *pdev, const struct pci_device_id *ent)
ret = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32));
} else
ret = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64));
if (ret)
if (ret) {
qib_early_err(&pdev->dev,
"Unable to set DMA consistent mask: %d\n", ret);
goto bail;
}

pci_set_master(pdev);
ret = pci_enable_pcie_error_reporting(pdev);
Expand Down

0 comments on commit fc37ba3

Please sign in to comment.