ASoC: audio-graph-card: fix spelling mistake: "missmatch" -> "mismatch"
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>
This commit is contained in:
parent
ecea931350
commit
a619f049f2
@ -107,7 +107,7 @@ static int asoc_graph_card_dai_link_of(struct device_node *cpu_port,
|
|||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
if (rcpu_ep != cpu_ep) {
|
if (rcpu_ep != cpu_ep) {
|
||||||
dev_err(dev, "remote-endpoint missmatch (%s/%s/%s)\n",
|
dev_err(dev, "remote-endpoint mismatch (%s/%s/%s)\n",
|
||||||
cpu_ep->name, codec_ep->name, rcpu_ep->name);
|
cpu_ep->name, codec_ep->name, rcpu_ep->name);
|
||||||
ret = -EINVAL;
|
ret = -EINVAL;
|
||||||
goto dai_link_of_err;
|
goto dai_link_of_err;
|
||||||
|
Loading…
Reference in New Issue
Block a user