projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97abfd5
)
ARC: fix typo in setup_dma_ops log message
author
Eugeniy Paltsev
<Eugeniy.Paltsev@synopsys.com>
Fri, 19 Jul 2019 18:46:00 +0000
(21:46 +0300)
committer
Vineet Gupta
<vgupta@synopsys.com>
Mon, 5 Aug 2019 07:02:22 +0000
(12:32 +0530)
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/mm/dma.c
patch
|
blob
|
history
diff --git
a/arch/arc/mm/dma.c
b/arch/arc/mm/dma.c
index 62c210e7ee4cdc5046b422d819a997e03134652f..70a3fbe79fbaa2affaefdec0c10afcbcc05f96d7 100644
(file)
--- a/
arch/arc/mm/dma.c
+++ b/
arch/arc/mm/dma.c
@@
-101,7
+101,7
@@
void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size,
if (is_isa_arcv2() && ioc_enable && coherent)
dev->dma_coherent = true;
- dev_info(dev, "use %s
n
coherent DMA ops\n",
+ dev_info(dev, "use %scoherent DMA ops\n",
dev->dma_coherent ? "" : "non");
}