projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0c571e
)
DMA: Modify register base address
author
Jaejoon Yoo
<joonyj7.yoo@samsung.com>
Mon, 2 Jan 2017 12:06:20 +0000
(21:06 +0900)
committer
Taekki 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/pl330.c
b/drivers/dma/pl330.c
index 987309e2542915fbf4b63a47b50aa3d95b83f8a7..6afa9c577138361ecbd09017738f0b35b49e69c4 100644
(file)
--- a/
drivers/dma/pl330.c
+++ b/
drivers/dma/pl330.c
@@
-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) {