diff options
author | Mark Brown | 2012-02-16 22:50:18 -0800 |
---|---|---|
committer | Mark Brown | 2012-02-20 22:00:54 +0000 |
commit | 65b30bee5824a888dbd636c19bce64570d4a88e2 (patch) | |
tree | 8b7211f4e5e59a5b025e730b0300a6d5bc54f32a | |
parent | cbdfb661ff5aee83daa8c60fb523cc4f679e1e42 (diff) |
ASoC: ak4104: Remove uninformative print on probe()
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | sound/soc/codecs/ak4104.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |