]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/tulip/dmfe.c
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / net / tulip / dmfe.c
index e2c9d0f5a75507c39ce512824deccee80d002e4c..f2e669974c787e0270a403f85235e0e4375dc0b4 100644 (file)
@@ -383,7 +383,7 @@ static int __devinit dmfe_init_one (struct pci_dev *pdev,
                return -ENOMEM;
        SET_NETDEV_DEV(dev, &pdev->dev);
 
-       if (pci_set_dma_mask(pdev, DMA_32BIT_MASK)) {
+       if (pci_set_dma_mask(pdev, DMA_BIT_MASK(32))) {
                printk(KERN_WARNING DRV_NAME
                        ": 32-bit PCI DMA not available.\n");
                err = -ENODEV;