]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/cxgb3/cxgb3_main.c
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
[linux-2.6-omap-h63xx.git] / drivers / net / cxgb3 / cxgb3_main.c
index ec35d3b8240925738e6a22e8a5e9dc76b2c42937..ab0e5febef83302f1b19fdda095a8e54e7029a60 100644 (file)
@@ -3046,7 +3046,7 @@ static int __devinit init_one(struct pci_dev *pdev,
                               "coherent allocations\n");
                        goto out_disable_device;
                }
-       } else if ((err = pci_set_dma_mask(pdev, DMA_32BIT_MASK)) != 0) {
+       } else if ((err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32))) != 0) {
                dev_err(&pdev->dev, "no usable DMA configuration\n");
                goto out_disable_device;
        }