提交 bd73fc76 编写于 作者: M Mark Brown

ASoC: Remove version display from WM8990

It's not needed and the version number never gets updated anyway.
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 fab90aa4
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册