]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/wan/wanxl.c
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
[net-next-2.6.git] / drivers / net / wan / wanxl.c
index 887acb0dc8075f183925c19225d5d4cf725695dd..850d70d7b05dc9adce9dc2828095e7cfc983402e 100644 (file)
@@ -633,8 +633,8 @@ static int __devinit wanxl_pci_init_one(struct pci_dev *pdev,
        /* FIXME when PCI/DMA subsystems are fixed.
           We set both dma_mask and consistent_dma_mask back to 32 bits
           to indicate the card can do 32-bit DMA addressing */
-       if (pci_set_consistent_dma_mask(pdev, DMA_32BIT_MASK) ||
-           pci_set_dma_mask(pdev, DMA_32BIT_MASK)) {
+       if (pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32)) ||
+           pci_set_dma_mask(pdev, DMA_BIT_MASK(32))) {
                printk(KERN_ERR "wanXL: No usable DMA configuration\n");
                wanxl_pci_remove_one(pdev);
                return -EIO;