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:
10abdc7
)
ASoC: amd: fix spelling mistake: "failer" -> "failure"
author
Colin Ian King
<colin.king@canonical.com>
Tue, 1 May 2018 08:20:01 +0000
(09:20 +0100)
committer
Mark Brown
<broonie@kernel.org>
Tue, 1 May 2018 20:52:37 +0000
(
05:52
+0900)
Trivial fix to spelling mistake in dev_err error message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/acp-pcm-dma.c
patch
|
blob
|
history
diff --git
a/sound/soc/amd/acp-pcm-dma.c
b/sound/soc/amd/acp-pcm-dma.c
index 9c026c4d26d4699232b2d91a5209e23daf5cda96..2b9a020e0b3ed62894445a59ebb74720d48b82bf 100644
(file)
--- a/
sound/soc/amd/acp-pcm-dma.c
+++ b/
sound/soc/amd/acp-pcm-dma.c
@@
-1014,7
+1014,7
@@
static int acp_dma_new(struct snd_soc_pcm_runtime *rtd)
}
if (ret < 0)
dev_err(component->dev,
- "buffer preallocation fail
er
error:%d\n", ret);
+ "buffer preallocation fail
ure
error:%d\n", ret);
return ret;
}