diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2013-12-18 10:25:48 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-12-18 12:22:09 +0100 |
commit | 5095f55d7cc327026daaa3fa583aa4c1388ca556 (patch) | |
tree | 50bc00786fb70f0ef815a340a20d2a30aebdb49f /sound | |
parent | ASoC: adsp: Use async writes where possible (diff) | |
download | linux-5095f55d7cc327026daaa3fa583aa4c1388ca556.tar.xz linux-5095f55d7cc327026daaa3fa583aa4c1388ca556.zip |
ASoC: wm_adsp: Remove duplicate info message for DSP RAM ready
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm_adsp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c index 6b1c01c66e64..8f720ded27c4 100644 --- a/sound/soc/codecs/wm_adsp.c +++ b/sound/soc/codecs/wm_adsp.c @@ -1488,7 +1488,6 @@ static int wm_adsp2_ena(struct wm_adsp *dsp) } adsp_dbg(dsp, "RAM ready after %d polls\n", count); - adsp_info(dsp, "RAM ready after %d polls\n", count); return 0; } |