Skip to content

Commit

Permalink
ASoC: Intel: bxtn: fix spelling mistake: "Timout" -> "Timeout"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Mark Brown committed Mar 30, 2017
1 parent 473a4d5 commit 5f75b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/intel/skylake/bxt-sst.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ static int sst_bxt_prepare_fw(struct sst_dsp *ctx,
SKL_ADSP_REG_HIPCIE_DONE,
BXT_INIT_TIMEOUT, "HIPCIE Done");
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;
}

Expand Down

0 comments on commit 5f75b19

Please sign in to comment.