This patch fixes 'different address space' errors. Signed-off-by: Angelo Dureghello <angelo@xxxxxxxx> --- drivers/dma/fsl-edma-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/fsl-edma-common.c b/drivers/dma/fsl-edma-common.c index 17d677bd11f9..72e52c1b5527 100644 --- a/drivers/dma/fsl-edma-common.c +++ b/drivers/dma/fsl-edma-common.c @@ -228,7 +228,7 @@ static void fsl_edma_set_tcd_regs(struct fsl_edma_chan *fsl_chan, struct fsl_edma_hw_tcd *tcd) { struct fsl_edma_engine *edma = fsl_chan->edma; - struct fsl_edma_hw_tcd *mtcd = edma->regs.tcd + struct fsl_edma_hw_tcd __iomem *mtcd = edma->regs.tcd + fsl_chan->vchan.chan.chan_id; /* -- 2.18.0 -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html