From c9403e15b41a766c50b9dfc42b913a41dae1d2c2 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Tue, 25 May 2010 10:49:26 -0700 Subject: [PATCH] --- yaml --- r: 206510 b: refs/heads/master c: bd73fc76f7a232f4add4fb0d7109589987ff7194 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/wm8990.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index f77d68d8e0b1..1588a24181ff 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fab90aa4cf2330f15bba5218d5d633c1044bddd3 +refs/heads/master: bd73fc76f7a232f4add4fb0d7109589987ff7194 diff --git a/trunk/sound/soc/codecs/wm8990.c b/trunk/sound/soc/codecs/wm8990.c index 9a9528e9044e..4caa509b853a 100644 --- a/trunk/sound/soc/codecs/wm8990.c +++ b/trunk/sound/soc/codecs/wm8990.c @@ -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)