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

Commit a3c7729e authored by Philipp Zabel's avatar Philipp Zabel Committed by Mark Brown
Browse files

ASoC: Remove version display from the UDA1380 driver

parent ff09d49a
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -35,8 +35,6 @@

#include "uda1380.h"

#define UDA1380_VERSION "0.6"

/*
 * uda1380 register cache
 */
@@ -826,8 +824,6 @@ static int uda1380_probe(struct platform_device *pdev)
	struct snd_soc_codec *codec;
	int ret;

	pr_info("UDA1380 Audio Codec %s", UDA1380_VERSION);

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