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

Commit 59544d33 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Remove version display from the WM8753 driver

parent 5998102b
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -51,8 +51,6 @@


#include "wm8753.h"
#include "wm8753.h"


#define WM8753_VERSION "0.16"

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


	pr_info("WM8753 Audio Codec %s", WM8753_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)