projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1ae3cf
)
dmaengine: stm32-dma: fix up error dev_err message
author
Colin Ian King
<colin.king@canonical.com>
Tue, 21 Feb 2017 18:30:45 +0000
(18:30 +0000)
committer
Vinod Koul
<vinod.koul@intel.com>
Mon, 6 Mar 2017 05:11:24 +0000
(10:41 +0530)
Trivial fix to spelling mistake and make channel plural.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/stm32-dma.c
patch
|
blob
|
history
diff --git
a/drivers/dma/stm32-dma.c
b/drivers/dma/stm32-dma.c
index
49f86ca
..
786fc8f
100644
(file)
--- a/
drivers/dma/stm32-dma.c
+++ b/
drivers/dma/stm32-dma.c
@@
-1008,7
+1008,7
@@
static struct dma_chan *stm32_dma_of_xlate(struct of_phandle_args *dma_spec,
c = dma_get_slave_channel(&chan->vchan.chan);
if (!c) {
- dev_err(dev, "No more channel
avalai
ble\n");
+ dev_err(dev, "No more channel
s availa
ble\n");
return NULL;
}