aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-03-14 18:05:40 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-03-15 07:07:12 -0400
commitb4452d1fbf3fe30435850d2971d700e0ab3852b6 (patch)
treee9d0469079b0e89bfacf0a5add2bfa828c8bd327 /sound
parent75581d2459d3e6e5e796a42b362e4abb612bc958 (diff)
ASoC: Remove version display from WM8750
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/wm8750.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/codecs/wm8750.c b/sound/soc/codecs/wm8750.c
index 475c67ac7818..c0c487501248 100644
--- a/sound/soc/codecs/wm8750.c
+++ b/sound/soc/codecs/wm8750.c
@@ -29,8 +29,6 @@
29 29
30#include "wm8750.h" 30#include "wm8750.h"
31 31
32#define WM8750_VERSION "0.12"
33
34/* codec private data */ 32/* codec private data */
35struct wm8750_priv { 33struct wm8750_priv {
36 unsigned int sysclk; 34 unsigned int sysclk;
@@ -912,7 +910,6 @@ static int wm8750_probe(struct platform_device *pdev)
912 struct wm8750_priv *wm8750; 910 struct wm8750_priv *wm8750;
913 int ret; 911 int ret;
914 912
915 pr_info("WM8750 Audio Codec %s", WM8750_VERSION);
916 codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL); 913 codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
917 if (codec == NULL) 914 if (codec == NULL)
918 return -ENOMEM; 915 return -ENOMEM;