Commit 02b7cbc3 authored by Mark Brown's avatar Mark Brown

ASoC: Remove version display from WM8580 driver

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent aaf1e176
...@@ -35,8 +35,6 @@ ...@@ -35,8 +35,6 @@
#include "wm8580.h" #include "wm8580.h"
#define WM8580_VERSION "0.1"
struct pll_state { struct pll_state {
unsigned int in; unsigned int in;
unsigned int out; unsigned int out;
...@@ -972,8 +970,6 @@ static int wm8580_probe(struct platform_device *pdev) ...@@ -972,8 +970,6 @@ static int wm8580_probe(struct platform_device *pdev)
struct wm8580_priv *wm8580; struct wm8580_priv *wm8580;
int ret = 0; int ret = 0;
pr_info("WM8580 Audio Codec %s\n", WM8580_VERSION);
setup = socdev->codec_data; setup = socdev->codec_data;
codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL); codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
if (codec == NULL) if (codec == NULL)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment