Parcourir la source

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>
Charles Keepax il y a 12 ans
Parent
commit
5095f55d7c
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      sound/soc/codecs/wm_adsp.c

+ 0 - 1
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;
 }