]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/atl1e/atl1e_main.c
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / net / atl1e / atl1e_main.c
index c758884728a53ee545879d61cc5b128de2bbe219..fb57b750866bf53657ba680c7301b7fe683e9136 100644 (file)
@@ -2326,8 +2326,8 @@ static int __devinit atl1e_probe(struct pci_dev *pdev,
         * various kernel subsystems to support the mechanics required by a
         * fixed-high-32-bit system.
         */
-       if ((pci_set_dma_mask(pdev, DMA_32BIT_MASK) != 0) ||
-           (pci_set_consistent_dma_mask(pdev, DMA_32BIT_MASK) != 0)) {
+       if ((pci_set_dma_mask(pdev, DMA_BIT_MASK(32)) != 0) ||
+           (pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32)) != 0)) {
                dev_err(&pdev->dev, "No usable DMA configuration,aborting\n");
                goto err_dma;
        }