Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357604
b: refs/heads/master
c: f84ef04
h: refs/heads/master
v: v3
  • Loading branch information
Wei WANG authored and Samuel Ortiz committed Feb 13, 2013
1 parent b1bd11a commit bd521f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9871c799d15dfb1609582bf8b2868217802a2100
refs/heads/master: f84ef04227d8983c8f76ac0f5cf8b0a15e0c67af
4 changes: 4 additions & 0 deletions trunk/drivers/mfd/rtsx_pcr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,10 @@ static int rtsx_pci_probe(struct pci_dev *pcidev,
pci_name(pcidev), (int)pcidev->vendor, (int)pcidev->device,
(int)pcidev->revision);

ret = pci_set_dma_mask(pcidev, DMA_BIT_MASK(32));
if (ret < 0)
return ret;

ret = pci_enable_device(pcidev);
if (ret)
return ret;
Expand Down

0 comments on commit bd521f2

Please sign in to comment.