ASoC: Remove version display from WM8510 driver
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 12 Aug 2010 09:57:04 +0000 (10:57 +0100)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Thu, 12 Aug 2010 13:00:18 +0000 (14:00 +0100)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
sound/soc/codecs/wm8510.c

index dbfa05d..1c623de 100644 (file)
@@ -29,8 +29,6 @@
 
 #include "wm8510.h"
 
-#define WM8510_VERSION "0.6"
-
 /*
  * wm8510 register cache
  * We can't read the WM8510 register space when we are
@@ -563,8 +561,6 @@ static int wm8510_probe(struct snd_soc_codec *codec)
        struct wm8510_priv *wm8510 = snd_soc_codec_get_drvdata(codec);
        int ret;
 
-       pr_info("WM8510 Audio Codec %s", WM8510_VERSION);
-
        codec->control_data = wm8510->control_data;
        ret = snd_soc_codec_set_cache_io(codec, 7, 9,  wm8510->control_type);
        if (ret < 0) {