* Cliff Brake <cbrake@xxxxxxxxxxxxxxx> [100910 14:46]: > With CONFIG_MTD_NAND_OMAP_PREFETCH_DMA, there is a compile > error that this patch fixes. This should go via linux-mtd, can you please repost? Regards, Tony > Signed-off-by: Cliff Brake <cbrake@xxxxxxxxxxxxxxx> > --- > drivers/mtd/nand/omap2.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/mtd/nand/omap2.c b/drivers/mtd/nand/omap2.c > index 133d515..513e0a7 100644 > --- a/drivers/mtd/nand/omap2.c > +++ b/drivers/mtd/nand/omap2.c > @@ -413,7 +413,7 @@ static inline int omap_nand_dma_transfer(struct mtd_info *mtd, void *addr, > prefetch_status = gpmc_read_status(GPMC_PREFETCH_COUNT); > } while (prefetch_status); > /* disable and stop the PFPW engine */ > - gpmc_prefetch_reset(); > + gpmc_prefetch_reset(info->gpmc_cs); > > dma_unmap_single(&info->pdev->dev, dma_addr, len, dir); > return 0; > -- > 1.7.0.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html