projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecea931
)
ASoC: audio-graph-card: fix spelling mistake: "missmatch" -> "mismatch"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 18 May 2017 07:48:15 +0000
(08:48 +0100)
committer
Mark Brown
<broonie@kernel.org>
Fri, 19 May 2017 16:28:28 +0000
(17:28 +0100)
Trivial fix to spelling mistake in dev_err message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/generic/audio-graph-card.c
patch
|
blob
|
history
diff --git
a/sound/soc/generic/audio-graph-card.c
b/sound/soc/generic/audio-graph-card.c
index f41b0393ffca4bdd4183032cbc440c3d42842054..93c167a91d2dd48db3c122e9de614b939d31a6ca 100644
(file)
--- a/
sound/soc/generic/audio-graph-card.c
+++ b/
sound/soc/generic/audio-graph-card.c
@@
-107,7
+107,7
@@
static int asoc_graph_card_dai_link_of(struct device_node *cpu_port,
int ret;
if (rcpu_ep != cpu_ep) {
- dev_err(dev, "remote-endpoint mis
s
match (%s/%s/%s)\n",
+ dev_err(dev, "remote-endpoint mismatch (%s/%s/%s)\n",
cpu_ep->name, codec_ep->name, rcpu_ep->name);
ret = -EINVAL;
goto dai_link_of_err;