On Thu, Sep 19, 2013 at 11:54 PM, Russell King <rmk+kernel@xxxxxxxxxxxxxxxx> wrote: > diff --git a/drivers/ata/pata_octeon_cf.c b/drivers/ata/pata_octeon_cf.c > index c51bbb9..6231d43 100644 > --- a/drivers/ata/pata_octeon_cf.c > +++ b/drivers/ata/pata_octeon_cf.c > @@ -1014,8 +1014,9 @@ static int octeon_cf_probe(struct platform_device *pdev) > } > cf_port->c0 = ap->ioaddr.ctl_addr; > > - pdev->dev.coherent_dma_mask = DMA_BIT_MASK(64); > - pdev->dev.dma_mask = &pdev->dev.coherent_dma_mask; > + rv = dma_coerce_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); > + if (rv) > + return ret; return rv; http://kisskb.ellerman.id.au/kisskb/buildresult/9959184/ Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel