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>
This commit is contained in:
Charles Keepax 2013-12-18 09:25:48 +00:00 committed by Mark Brown
parent 1552c32547
commit 5095f55d7c

View File

@ -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;
}