Commit 65b30bee authored by Mark Brown's avatar Mark Brown

ASoC: ak4104: Remove uninformative print on probe()

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent cbdfb661
...@@ -224,7 +224,6 @@ static int ak4104_probe(struct snd_soc_codec *codec) ...@@ -224,7 +224,6 @@ static int ak4104_probe(struct snd_soc_codec *codec)
if (ret < 0) if (ret < 0)
return ret; return ret;
dev_info(codec->dev, "SPI device initialized\n");
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment