Unverified Commit 2a6a0a03 authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown
Browse files

ASoC: samsung: s3c24xx_simtec: fix spelling mistake "devicec" -> "device"

parent 5f939f49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 devicec\n");
		dev_err(&pdev->dev, "failed to alloc soc-audio device\n");
		ret = -ENOMEM;
		goto err_gpio;
	}