Gitweb: http://git.kernel.org/linus/a3c7729e6c5d41bbeb3e13befbcf8e4ef76e55dc Commit: a3c7729e6c5d41bbeb3e13befbcf8e4ef76e55dc Parent: ff09d49ad0176a5f52a398c137a7ff5f669d6be4 Author: Philipp Zabel <philipp.zabel@gmail.com> AuthorDate: Tue Mar 3 16:10:53 2009 +0100 Committer: Mark Brown <broonie@opensource.wolfsonmicro.com> CommitDate: Tue Mar 3 15:54:10 2009 +0000 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> --- sound/soc/codecs/uda1380.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/sound/soc/codecs/uda1380.c b/sound/soc/codecs/uda1380.c index 5242b81..8686a55 100644 --- a/sound/soc/codecs/uda1380.c +++ b/sound/soc/codecs/uda1380.c @@ -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) -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
