Skip to content

Commit 2a6a0a0

Browse files
Colin Ian Kingbroonie
authored andcommitted
ASoC: samsung: s3c24xx_simtec: fix spelling mistake "devicec" -> "device"
There is a spelling mistake in a dev_err error message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 5f939f4 commit 2a6a0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/samsung/s3c24xx_simtec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ int simtec_audio_core_probe(struct platform_device *pdev,
327327

328328
snd_dev = platform_device_alloc("soc-audio", -1);
329329
if (!snd_dev) {
330-
dev_err(&pdev->dev, "failed to alloc soc-audio devicec\n");
330+
dev_err(&pdev->dev, "failed to alloc soc-audio device\n");
331331
ret = -ENOMEM;
332332
goto err_gpio;
333333
}

0 commit comments

Comments
 (0)