From: Mark Brown Date: Fri, 17 Feb 2012 06:50:18 +0000 (-0800) Subject: ASoC: ak4104: Remove uninformative print on probe() X-Git-Tag: v3.4-rc1~88^2^2~27^2~61 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=65b30bee5824a888dbd636c19bce64570d4a88e2;p=karo-tx-linux.git ASoC: ak4104: Remove uninformative print on probe() Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/ak4104.c b/sound/soc/codecs/ak4104.c index d27b5e4cce99..6f938929154e 100644 --- a/sound/soc/codecs/ak4104.c +++ b/sound/soc/codecs/ak4104.c @@ -224,7 +224,6 @@ static int ak4104_probe(struct snd_soc_codec *codec) if (ret < 0) return ret; - dev_info(codec->dev, "SPI device initialized\n"); return 0; }