Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: qcom: audioreach: drop stray 'get' from error message

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>

authored by

Johan Hovold and committed by
Mark Brown
8908c36d ad58151f

+1 -1
+1 -1
sound/soc/qcom/qdsp6/q6apm.c
··· 676 676 677 677 ret = devm_snd_soc_register_component(dev, &q6apm_audio_component, NULL, 0); 678 678 if (ret < 0) { 679 - dev_err(dev, "failed to get register q6apm: %d\n", ret); 679 + dev_err(dev, "failed to register q6apm: %d\n", ret); 680 680 return ret; 681 681 } 682 682