projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
473a4d5
)
ASoC: Intel: bxtn: fix spelling mistake: "Timout" -> "Timeout"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 30 Mar 2017 10:09:34 +0000
(11:09 +0100)
committer
Mark Brown
<broonie@kernel.org>
Thu, 30 Mar 2017 10:15:30 +0000
(11:15 +0100)
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>
sound/soc/intel/skylake/bxt-sst.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/intel/skylake/bxt-sst.c
b/sound/soc/intel/skylake/bxt-sst.c
index 600d958919968a3a3add21fd99b0fd25e3f41f51..268bdaec8042e6814f363db1c99a7e66814e26c7 100644
(file)
--- a/
sound/soc/intel/skylake/bxt-sst.c
+++ b/
sound/soc/intel/skylake/bxt-sst.c
@@
-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, "Tim
e
out for Purge Request%d\n", ret);
goto base_fw_load_failed;
}