From: Nicolas Ferre Date: Thu, 26 May 2011 11:44:10 +0000 (+0200) Subject: ASoC: trivial: typo in debug comment X-Git-Tag: firefly_0821_release~3680^2~2691^2~1121 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7309d2e28d150748c23db11ac4837898aa04fc81;p=firefly-linux-kernel-4.4.55.git ASoC: trivial: typo in debug comment Signed-off-by: Nicolas Ferre Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- diff --git a/sound/soc/atmel/atmel-pcm.c b/sound/soc/atmel/atmel-pcm.c index d0e75323ec19..51dde4e1a89e 100644 --- a/sound/soc/atmel/atmel-pcm.c +++ b/sound/soc/atmel/atmel-pcm.c @@ -382,7 +382,7 @@ static int atmel_pcm_new(struct snd_card *card, } if (dai->driver->capture.channels_min) { - pr_debug("at32-pcm:" + pr_debug("atmel-pcm:" "Allocating PCM capture DMA buffer\n"); ret = atmel_pcm_preallocate_dma_buffer(pcm, SNDRV_PCM_STREAM_CAPTURE);