projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad58151
)
ASoC: qcom: audioreach: drop stray 'get' from error message
author
Johan Hovold
<johan+linaro@kernel.org>
Mon, 27 Mar 2023 14:55:55 +0000
(16:55 +0200)
committer
Mark Brown
<broonie@kernel.org>
Tue, 28 Mar 2023 00:25:49 +0000
(
01:25
+0100)
Drop the stray 'get', which appears to be a copy-paste error, from the
registration-failure error message.
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link:
https://lore.kernel.org/r/20230327145555.19351-1-johan+linaro@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/qdsp6/q6apm.c
patch
|
blob
|
history
diff --git
a/sound/soc/qcom/qdsp6/q6apm.c
b/sound/soc/qcom/qdsp6/q6apm.c
index
994c9e8
..
a7a3f97
100644
(file)
--- a/
sound/soc/qcom/qdsp6/q6apm.c
+++ b/
sound/soc/qcom/qdsp6/q6apm.c
@@
-676,7
+676,7
@@
static int apm_probe(gpr_device_t *gdev)
ret = devm_snd_soc_register_component(dev, &q6apm_audio_component, NULL, 0);
if (ret < 0) {
- dev_err(dev, "failed to
get
register q6apm: %d\n", ret);
+ dev_err(dev, "failed to register q6apm: %d\n", ret);
return ret;
}