]> err.no Git - linux-2.6/blobdiff - drivers/media/video/cx88/cx88-mpeg.c
V4L/DVB (5488): Replace DMA magic mask for its aliases
[linux-2.6] / drivers / media / video / cx88 / cx88-mpeg.c
index def939d435d59e725032bb865643e56a7898178e..b2eb32e01aeeb6774407b6e64e90bb73e8475de1 100644 (file)
@@ -449,7 +449,7 @@ int cx8802_init_common(struct cx8802_dev *dev)
        if (pci_enable_device(dev->pci))
                return -EIO;
        pci_set_master(dev->pci);
-       if (!pci_dma_supported(dev->pci,0xffffffff)) {
+       if (!pci_dma_supported(dev->pci,DMA_32BIT_MASK)) {
                printk("%s/2: Oops: no 32bit PCI DMA ???\n",dev->core->name);
                return -EIO;
        }