diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/mantis/mantis_pci.c b/drivers/media/dvb/mantis/mantis_pci.c index 5e4f57615ad1..e7cd8aabd887 100644 --- a/drivers/media/dvb/mantis/mantis_pci.c +++ b/drivers/media/dvb/mantis/mantis_pci.c | |||
@@ -73,7 +73,7 @@ int __devinit mantis_pci_init(struct mantis_pci *mantis) | |||
73 | goto fail0; | 73 | goto fail0; |
74 | } | 74 | } |
75 | 75 | ||
76 | err = pci_set_consistent_dma_mask(pdev, DMA_32BIT_MASK); | 76 | err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32)); |
77 | if (err != 0) { | 77 | if (err != 0) { |
78 | dprintk(MANTIS_ERROR, 1, "ERROR: Unable to obtain 32 bit DMA <%i>", err); | 78 | dprintk(MANTIS_ERROR, 1, "ERROR: Unable to obtain 32 bit DMA <%i>", err); |
79 | ret = -ENOMEM; | 79 | ret = -ENOMEM; |