DMA: Modify register base address
authorJaejoon Yoo <joonyj7.yoo@samsung.com>
Mon, 2 Jan 2017 12:06:20 +0000 (21:06 +0900)
committerTaekki Kim <taekki.kim@samsung.com>
Mon, 14 May 2018 05:42:47 +0000 (14:42 +0900)
Change-Id: Ia9e0e042cbbaaf12f5e15b29f5506a15f57de736
Signed-off-by: Jaejoon Yoo <joonyj7.yoo@samsung.com>
drivers/dma/pl330.c

index 987309e2542915fbf4b63a47b50aa3d95b83f8a7..6afa9c577138361ecbd09017738f0b35b49e69c4 100644 (file)
@@ -2954,7 +2954,7 @@ int pl330_dma_debug(struct dma_chan *chan)
                return -EINVAL;
 
        thrd = pch->thread;
-       regs = &pch->dmac->base;
+       regs = pch->dmac->base;
 
        idx = 1 - thrd->lstenq;
        if (thrd->req[idx].desc != NULL) {