From: Mark Brown Date: Tue, 25 Jun 2013 16:19:56 +0000 (+0100) Subject: ASoC: wm9705: Remove noisy print on boot X-Git-Tag: firefly_0821_release~176^2~5710^2~6^2~11^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=13446cf6e9fa23f288828a783832b2de293fa5a2;p=firefly-linux-kernel-4.4.55.git ASoC: wm9705: Remove noisy print on boot There's no content in the announcement. Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm9705.c b/sound/soc/codecs/wm9705.c index 05b1f346695b..a5fc61dbcd47 100644 --- a/sound/soc/codecs/wm9705.c +++ b/sound/soc/codecs/wm9705.c @@ -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");