Skip to content

Commit

Permalink
ASoC: ab8500: Downgrade noisy log message
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
  • Loading branch information
Mark Brown committed Sep 20, 2013
1 parent 272b98c commit 38bfd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/ab8500-codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -2601,7 +2601,7 @@ static int ab8500_codec_driver_probe(struct platform_device *pdev)

static int ab8500_codec_driver_remove(struct platform_device *pdev)
{
dev_info(&pdev->dev, "%s Enter.\n", __func__);
dev_dbg(&pdev->dev, "%s Enter.\n", __func__);

snd_soc_unregister_codec(&pdev->dev);

Expand Down

0 comments on commit 38bfd48

Please sign in to comment.