Skip to content

Commit

Permalink
ASoC: Remove version display from the WM8753 driver
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Feb 18, 2009
1 parent 5998102 commit 59544d3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sound/soc/codecs/wm8753.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@

#include "wm8753.h"

#define WM8753_VERSION "0.16"

static int caps_charge = 2000;
module_param(caps_charge, int, 0);
MODULE_PARM_DESC(caps_charge, "WM8753 cap charge time (msecs)");
Expand Down Expand Up @@ -1778,8 +1776,6 @@ static int wm8753_probe(struct platform_device *pdev)
struct wm8753_priv *wm8753;
int ret = 0;

pr_info("WM8753 Audio Codec %s", WM8753_VERSION);

setup = socdev->codec_data;
codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
if (codec == NULL)
Expand Down

0 comments on commit 59544d3

Please sign in to comment.