]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ASoC: Remove version display from the WM8731 driver
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 16 Feb 2009 14:08:22 +0000 (14:08 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 17 Feb 2009 14:29:54 +0000 (14:29 +0000)
It makes boot a bit more noisy and I never remember to update it.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm8731.c

index 0150fe53a65d77c451d78e899e07724b8f6a886d..816e5bf9edc1224155412dd89147a139ba582ae6 100644 (file)
@@ -29,8 +29,6 @@
 
 #include "wm8731.h"
 
-#define WM8731_VERSION "0.13"
-
 struct snd_soc_codec_device soc_codec_dev_wm8731;
 
 /* codec private data */
@@ -702,8 +700,6 @@ static int wm8731_probe(struct platform_device *pdev)
        struct wm8731_priv *wm8731;
        int ret = 0;
 
-       pr_info("WM8731 Audio Codec %s", WM8731_VERSION);
-
        setup = socdev->codec_data;
        codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
        if (codec == NULL)