提交 5f75b19e 编写于 作者: C Colin Ian King 提交者: Mark Brown

ASoC: Intel: bxtn: fix spelling mistake: "Timout" -> "Timeout"

trivial fix to spelling mistake in dev_err error message
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 473a4d51
...@@ -171,7 +171,7 @@ static int sst_bxt_prepare_fw(struct sst_dsp *ctx, ...@@ -171,7 +171,7 @@ static int sst_bxt_prepare_fw(struct sst_dsp *ctx,
SKL_ADSP_REG_HIPCIE_DONE, SKL_ADSP_REG_HIPCIE_DONE,
BXT_INIT_TIMEOUT, "HIPCIE Done"); BXT_INIT_TIMEOUT, "HIPCIE Done");
if (ret < 0) { if (ret < 0) {
dev_err(ctx->dev, "Timout for Purge Request%d\n", ret); dev_err(ctx->dev, "Timeout for Purge Request%d\n", ret);
goto base_fw_load_failed; goto base_fw_load_failed;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册