]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/hp100.c
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / net / hp100.c
index ad8be7e78290da315d4a8a2d649dc6334f3d2855..de3f49f991a3d61c3f25362414b649c673cf2612 100644 (file)
@@ -580,7 +580,7 @@ static int __devinit hp100_probe1(struct net_device *dev, int ioaddr,
                         * Also, we can have EISA Busmaster cards (not tested),
                         * so beware !!! - Jean II */
                        if((bus == HP100_BUS_PCI) &&
-                          (pci_set_dma_mask(pci_dev, DMA_32BIT_MASK))) {
+                          (pci_set_dma_mask(pci_dev, DMA_BIT_MASK(32)))) {
                                /* Gracefully fallback to shared memory */
                                goto busmasterfail;
                        }