]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commitdiff
ASoC: Remove version display from WM8990
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 25 May 2010 17:49:26 +0000 (10:49 -0700)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 25 May 2010 18:31:22 +0000 (11:31 -0700)
It's not needed and the version number never gets updated anyway.

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

index 9a9528e9044eaa42f115a9dd2a203ac3273caf3f..4caa509b853aca2152081ed6f6d220928ca9adaa 100644 (file)
@@ -29,8 +29,6 @@
 
 #include "wm8990.h"
 
-#define WM8990_VERSION "0.2"
-
 /* codec private data */
 struct wm8990_priv {
        unsigned int sysclk;
@@ -1510,8 +1508,6 @@ static int wm8990_probe(struct platform_device *pdev)
        struct wm8990_priv *wm8990;
        int ret;
 
-       pr_info("WM8990 Audio Codec %s\n", WM8990_VERSION);
-
        setup = socdev->codec_data;
        codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
        if (codec == NULL)