]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/e100.c
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / net / e100.c
index 0504db9ad6434c50bf1e9585b5a00b2090f7db26..5c0b457c7868aa40b527c845ad34a16ea9804a12 100644 (file)
@@ -2604,7 +2604,7 @@ static int __devinit e100_probe(struct pci_dev *pdev,
                goto err_out_disable_pdev;
        }
 
-       if ((err = pci_set_dma_mask(pdev, DMA_32BIT_MASK))) {
+       if ((err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32)))) {
                DPRINTK(PROBE, ERR, "No usable DMA configuration, aborting.\n");
                goto err_out_free_res;
        }