소스 검색

ASoC: Remove version display from the UDA1380 driver

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Philipp Zabel 16 년 전
부모
커밋
a3c7729e6c
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      sound/soc/codecs/uda1380.c

+ 0 - 4
sound/soc/codecs/uda1380.c

@@ -35,8 +35,6 @@
 
 
 #include "uda1380.h"
 #include "uda1380.h"
 
 
-#define UDA1380_VERSION "0.6"
-
 /*
 /*
  * uda1380 register cache
  * uda1380 register cache
  */
  */
@@ -826,8 +824,6 @@ static int uda1380_probe(struct platform_device *pdev)
 	struct snd_soc_codec *codec;
 	struct snd_soc_codec *codec;
 	int ret;
 	int ret;
 
 
-	pr_info("UDA1380 Audio Codec %s", UDA1380_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)