]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/amd8111e.c
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / net / amd8111e.c
index cb9c95d3ed0ab45854da0e1b1e8e0240c6c044d6..19831bd64016f850416afe1387dc71b4e7fb18ea 100644 (file)
@@ -1871,7 +1871,7 @@ static int __devinit amd8111e_probe_one(struct pci_dev *pdev,
        }
 
        /* Initialize DMA */
-       if (pci_set_dma_mask(pdev, DMA_32BIT_MASK) < 0) {
+       if (pci_set_dma_mask(pdev, DMA_BIT_MASK(32)) < 0) {
                printk(KERN_ERR "amd8111e: DMA not supported,"
                        "exiting.\n");
                goto err_free_reg;