ASoC: wm9705: Remove noisy print on boot

There's no content in the announcement.

Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
Mark Brown 2013-06-25 17:19:56 +01:00
parent 3bed3344c8
commit 9b86421d14

View File

@ -337,8 +337,6 @@ static int wm9705_soc_probe(struct snd_soc_codec *codec)
{
int ret = 0;
printk(KERN_INFO "WM9705 SoC Audio Codec\n");
ret = snd_soc_new_ac97_codec(codec, &soc_ac97_ops, 0);
if (ret < 0) {
printk(KERN_ERR "wm9705: failed to register AC97 codec\n");