summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOla Lilja <elilola@steludxu2785.(none)>2011-01-07 14:45:06 +0100
committerPhilippe Langlais <philippe.langlais@linaro.org>2012-03-19 09:00:48 +0100
commit2df1e28e7559ed8b1a80bfc35a1b180b8ae3f2e1 (patch)
tree2faf1776f00f1f2de69b47220917a64ab583b113
parent6de1814ba346074e097fd1557af844c1f079e89b (diff)
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 <elilola@steludxu2785.(none)> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/11980 Reviewed-by: Ola LILJA2 <ola.o.lilja@stericsson.com> Tested-by: Ola LILJA2 <ola.o.lilja@stericsson.com> Reviewed-by: QATOOLS
-rw-r--r--sound/soc/ux500/ux500_pcm.c4
1 files changed, 1 insertions, 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;