Commit 9e6a469e authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown

ASoC: amd: fix spelling mistake: "failer" -> "failure"

Trivial fix to spelling mistake in dev_err error message
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 10abdc7c
......@@ -1014,7 +1014,7 @@ static int acp_dma_new(struct snd_soc_pcm_runtime *rtd)
}
if (ret < 0)
dev_err(component->dev,
"buffer preallocation failer error:%d\n", ret);
"buffer preallocation failure error:%d\n", ret);
return ret;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment