]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/tulip/uli526x.c
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / net / tulip / uli526x.c
index c227db0796214b011a2f268bea94ed95f5f33fd9..8761a5a5bd79bdc620d3af577202a9b6e688239e 100644 (file)
@@ -282,7 +282,7 @@ static int __devinit uli526x_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;
                goto err_out_free;