projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f939f4
)
ASoC: samsung: s3c24xx_simtec: fix spelling mistake "devicec" -> "device"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 27 Aug 2021 18:50:03 +0000
(19:50 +0100)
committer
Mark Brown
<broonie@kernel.org>
Wed, 1 Sep 2021 15:46:48 +0000
(16:46 +0100)
There is a spelling mistake in a dev_err error message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link:
https://lore.kernel.org/r/20210827185003.507006-1-colin.king@canonical.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/samsung/s3c24xx_simtec.c
patch
|
blob
|
history
diff --git
a/sound/soc/samsung/s3c24xx_simtec.c
b/sound/soc/samsung/s3c24xx_simtec.c
index 81a29d12c57d4e568a2be51bb6716a0abb2ca7b7..0cc66774b85d578d3afcd871d44fb5b8c80ed836 100644
(file)
--- a/
sound/soc/samsung/s3c24xx_simtec.c
+++ b/
sound/soc/samsung/s3c24xx_simtec.c
@@
-327,7
+327,7
@@
int simtec_audio_core_probe(struct platform_device *pdev,
snd_dev = platform_device_alloc("soc-audio", -1);
if (!snd_dev) {
- dev_err(&pdev->dev, "failed to alloc soc-audio device
c
\n");
+ dev_err(&pdev->dev, "failed to alloc soc-audio device\n");
ret = -ENOMEM;
goto err_gpio;
}