Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

ASoC: ak4104: Remove uninformative print on probe()

parent cbdfb661
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
}