dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
[pandora-kernel.git] / drivers / net / wireless / prism54 / islpci_hotplug.c
index 9a72b1e..3087672 100644 (file)
@@ -120,7 +120,7 @@ prism54_probe(struct pci_dev *pdev, const struct pci_device_id *id)
        }
 
        /* enable PCI DMA */
-       if (pci_set_dma_mask(pdev, DMA_32BIT_MASK)) {
+       if (pci_set_dma_mask(pdev, DMA_BIT_MASK(32))) {
                printk(KERN_ERR "%s: 32-bit PCI DMA not supported", DRV_NAME);
                goto do_pci_disable_device;
         }