1
0
Fork 0

ASoC: ak4104: Remove uninformative print on probe()

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
hifive-unleashed-5.1
Mark Brown 2012-02-16 22:50:18 -08:00
parent cbdfb661ff
commit 65b30bee58
1 changed files with 0 additions and 1 deletions

View File

@ -224,7 +224,6 @@ static int ak4104_probe(struct snd_soc_codec *codec)
if (ret < 0)
return ret;
dev_info(codec->dev, "SPI device initialized\n");
return 0;
}