[alsa-devel] [PATCH] s3c24xx_simtec: fix typo
3 Jan
2012
3 Jan
'12
2:24 p.m.
From: Peter Meerwald p.meerwald@bct-electronic.com
--- sound/soc/samsung/s3c24xx_simtec.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/samsung/s3c24xx_simtec.c b/sound/soc/samsung/s3c24xx_simtec.c index a253bcc..dcef50c 100644 --- a/sound/soc/samsung/s3c24xx_simtec.c +++ b/sound/soc/samsung/s3c24xx_simtec.c @@ -343,7 +343,7 @@ int __devinit 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; }
--
1.7.4.1
4702
Age (days ago)
4702
Last active (days ago)
0 comments
1 participants
participants (1)
-
Peter Meerwald