From 2df1e28e7559ed8b1a80bfc35a1b180b8ae3f2e1 Mon Sep 17 00:00:00 2001 From: Ola Lilja Date: Fri, 7 Jan 2011 14:45:06 +0100 Subject: Ux500 ASoC: Change debug-level to avoid log-spam. pr_err was used where it should be pr_debug. Changed. ST-Ericsson ID: ER318557 Change-Id: I052d975da93c00807923ad4c57aa58c244bd357c Signed-off-by: Ola Lilja Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/11980 Reviewed-by: Ola LILJA2 Tested-by: Ola LILJA2 Reviewed-by: QATOOLS --- sound/soc/ux500/ux500_pcm.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sound/soc/ux500/ux500_pcm.c b/sound/soc/ux500/ux500_pcm.c index 2655e257ac1..491cfef0c00 100644 --- a/sound/soc/ux500/ux500_pcm.c +++ b/sound/soc/ux500/ux500_pcm.c @@ -105,9 +105,7 @@ void ux500_pcm_dma_eot_handler(void *data) struct snd_soc_pcm_runtime *rtd = substream->private_data; struct snd_soc_dai *dai = rtd->cpu_dai; - pr_debug("%s: MSP %d (%s): Enter.\n", - __func__, - dai->id, stream_str(substream)); + pr_debug("%s: MSP %d (%s): Enter.\n", __func__, dai->id, stream_str(substream)); if (substream) { runtime = substream->runtime; -- cgit v1.2.3