Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179551
b: refs/heads/master
c: 184ac75
h: refs/heads/master
i:
  179549: a004af8
  179547: 999c214
  179543: 5fe1522
  179535: 7aaae75
  179519: 239df12
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 17, 2010
1 parent 3df0cef commit 463660f
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: 8873c61f1fe849bc8719839ddfa3300266f8bc39
refs/heads/master: 184ac7535ee078a4572b668a348134d67c3977d2
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/mantis/mantis_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ int __devinit mantis_pci_init(struct mantis_pci *mantis)
goto fail0;
}

err = pci_set_consistent_dma_mask(pdev, DMA_32BIT_MASK);
err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32));
if (err != 0) {
dprintk(MANTIS_ERROR, 1, "ERROR: Unable to obtain 32 bit DMA <%i>", err);
ret = -ENOMEM;
Expand Down

0 comments on commit 463660f

Please sign in to comment.