Skip to content

Commit

Permalink
ASoC: ak4104: Remove uninformative print on probe()
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Feb 20, 2012
1 parent cbdfb66 commit 65b30be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/soc/codecs/ak4104.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 65b30be

Please sign in to comment.