Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd73fc76 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Remove version display from WM8990



It's not needed and the version number never gets updated anyway.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent fab90aa4
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -29,8 +29,6 @@


#include "wm8990.h"
#include "wm8990.h"


#define WM8990_VERSION "0.2"

/* codec private data */
/* codec private data */
struct wm8990_priv {
struct wm8990_priv {
	unsigned int sysclk;
	unsigned int sysclk;
@@ -1510,8 +1508,6 @@ static int wm8990_probe(struct platform_device *pdev)
	struct wm8990_priv *wm8990;
	struct wm8990_priv *wm8990;
	int ret;
	int ret;


	pr_info("WM8990 Audio Codec %s\n", WM8990_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)