dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* dmaengine: fsl-edma-common: fix semantic check errors
@ 2018-07-03 14:06 Angelo Dureghello
  0 siblings, 0 replies; only message in thread
From: Angelo Dureghello @ 2018-07-03 14:06 UTC (permalink / raw)
  To: vinod.koul; +Cc: dmaengine, Angelo Dureghello

This patch fixes 'different address space' errors.

Signed-off-by: Angelo Dureghello <angelo@sysam.it>
---
 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;
 
 	/*

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-07-03 14:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-03 14:06 dmaengine: fsl-edma-common: fix semantic check errors Angelo Dureghello

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).