On Thu, Sep 19, 2013 at 11:54 PM, Russell King <[email protected]> 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 -- [email protected] 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 ------------------------------------------------------------------------------ Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download this white paper to learn more about secure code signing practices that can help keep Android apps secure. http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk _______________________________________________ E1000-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/e1000-devel To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired
