]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/dvb/dm1105/dm1105.c
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / media / dvb / dm1105 / dm1105.c
index 5b20cf5a29f02fa056834bca9cdbd7969e291578..971a8b18f6dd7214a9b797697e09baf386ff7ed8 100644 (file)
@@ -662,7 +662,7 @@ static int __devinit dm1105_probe(struct pci_dev *pdev,
        if (ret < 0)
                goto err_kfree;
 
-       ret = pci_set_dma_mask(pdev, DMA_32BIT_MASK);
+       ret = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
        if (ret < 0)
                goto err_pci_disable_device;