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:
eabf760
)
dma: set mask bit as 36
author
Eunok Jo
<eunok25.jo@samsung.com>
Tue, 10 Nov 2015 06:55:36 +0000
(06:55 +0000)
committer
Taekki Kim
<taekki.kim@samsung.com>
Mon, 14 May 2018 05:42:47 +0000
(14:42 +0900)
Change-Id: I4cd8af74c2b2033c0105de4580d19d16381a36f1
Signed-off-by: Eunok Jo <eunok25.jo@samsung.com>
drivers/dma/pl330.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/pl330.c
b/drivers/dma/pl330.c
index dc3630dc779c1d34187d200ddfca49acc62a17c2..994e63ec2fc7a24e7b6ec1f45192d5a61f47efd8 100644
(file)
--- a/
drivers/dma/pl330.c
+++ b/
drivers/dma/pl330.c
@@
-3078,7
+3078,7
@@
pl330_probe(struct amba_device *adev, const struct amba_id *id)
int num_chan;
struct device_node *np = adev->dev.of_node;
- ret = dma_set_mask_and_coherent(&adev->dev, DMA_BIT_MASK(3
2
));
+ ret = dma_set_mask_and_coherent(&adev->dev, DMA_BIT_MASK(3
6
));
if (ret)
return ret;