Skip to content

Commit

Permalink
ASoC: Remove version display from WM8750
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
  • Loading branch information
Mark Brown committed Mar 15, 2010
1 parent 75581d2 commit b4452d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sound/soc/codecs/wm8750.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@

#include "wm8750.h"

#define WM8750_VERSION "0.12"

/* codec private data */
struct wm8750_priv {
unsigned int sysclk;
Expand Down Expand Up @@ -912,7 +910,6 @@ static int wm8750_probe(struct platform_device *pdev)
struct wm8750_priv *wm8750;
int ret;

pr_info("WM8750 Audio Codec %s", WM8750_VERSION);
codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
if (codec == NULL)
return -ENOMEM;
Expand Down

0 comments on commit b4452d1

Please sign in to comment.