]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/ata/pata_ixp4xx_cf.c
vmalloc(): adjust gfp mask passed on nested vmalloc() invocation
[mv-sheeva.git] / drivers / ata / pata_ixp4xx_cf.c
index 19fdecf319a662f3de793a12501dd424fdec3011..ba54b089f98c799edbaf4a8848d5b9ed072406e2 100644 (file)
@@ -157,7 +157,7 @@ static __devinit int ixp4xx_pata_probe(struct platform_device *pdev)
                return -ENOMEM;
 
        /* acquire resources and fill host */
-       pdev->dev.coherent_dma_mask = DMA_32BIT_MASK;
+       pdev->dev.coherent_dma_mask = DMA_BIT_MASK(32);
 
        data->cs0 = devm_ioremap(&pdev->dev, cs0->start, 0x1000);
        data->cs1 = devm_ioremap(&pdev->dev, cs1->start, 0x1000);