Skip to content

Commit

Permalink
ASoC: Remove version display from the UDA1380 driver
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Philipp Zabel authored and Mark Brown committed Mar 3, 2009
1 parent ff09d49 commit a3c7729
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sound/soc/codecs/uda1380.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@

#include "uda1380.h"

#define UDA1380_VERSION "0.6"

/*
* uda1380 register cache
*/
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit a3c7729

Please sign in to comment.