Commit 13446cf6 authored by Mark Brown's avatar Mark Brown

ASoC: wm9705: Remove noisy print on boot

There's no content in the announcement.
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 9e895ace
...@@ -337,8 +337,6 @@ static int wm9705_soc_probe(struct snd_soc_codec *codec) ...@@ -337,8 +337,6 @@ static int wm9705_soc_probe(struct snd_soc_codec *codec)
{ {
int ret = 0; int ret = 0;
printk(KERN_INFO "WM9705 SoC Audio Codec\n");
ret = snd_soc_new_ac97_codec(codec, &soc_ac97_ops, 0); ret = snd_soc_new_ac97_codec(codec, &soc_ac97_ops, 0);
if (ret < 0) { if (ret < 0) {
printk(KERN_ERR "wm9705: failed to register AC97 codec\n"); printk(KERN_ERR "wm9705: failed to register AC97 codec\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment