]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/rapidio/rio-scan.c
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / rapidio / rio-scan.c
index 5c13f61bfb1b5003f67ea3142275444f776242e4..74d0bfa3f3108c020ed9c7b59a0262e8549188df 100644 (file)
@@ -381,9 +381,9 @@ static struct rio_dev *rio_setup_device(struct rio_net *net,
        rdev->dev.release = rio_release_dev;
        rio_dev_get(rdev);
 
-       rdev->dma_mask = DMA_32BIT_MASK;
+       rdev->dma_mask = DMA_BIT_MASK(32);
        rdev->dev.dma_mask = &rdev->dma_mask;
-       rdev->dev.coherent_dma_mask = DMA_32BIT_MASK;
+       rdev->dev.coherent_dma_mask = DMA_BIT_MASK(32);
 
        if ((rdev->pef & RIO_PEF_INB_DOORBELL) &&
            (rdev->dst_ops & RIO_DST_OPS_DOORBELL))