diff options
author | Mark Brown <broonie@linaro.org> | 2013-09-19 14:17:14 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-20 12:42:40 -0400 |
commit | 38bfd48b87c44f6958f75bfcd5ae5a53bd3ca07b (patch) | |
tree | 236519b55aa24a32bd82d15a6f41cc580b71b58c | |
parent | 272b98c6455f00884f0350f775c5342358ebb73f (diff) |
ASoC: ab8500: Downgrade noisy log message
Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r-- | sound/soc/codecs/ab8500-codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ab8500-codec.c b/sound/soc/codecs/ab8500-codec.c index b8ba0adacfce..7cea5a8487d0 100644 --- a/sound/soc/codecs/ab8500-codec.c +++ b/sound/soc/codecs/ab8500-codec.c | |||
@@ -2601,7 +2601,7 @@ static int ab8500_codec_driver_probe(struct platform_device *pdev) | |||
2601 | 2601 | ||
2602 | static int ab8500_codec_driver_remove(struct platform_device *pdev) | 2602 | static int ab8500_codec_driver_remove(struct platform_device *pdev) |
2603 | { | 2603 | { |
2604 | dev_info(&pdev->dev, "%s Enter.\n", __func__); | 2604 | dev_dbg(&pdev->dev, "%s Enter.\n", __func__); |
2605 | 2605 | ||
2606 | snd_soc_unregister_codec(&pdev->dev); | 2606 | snd_soc_unregister_codec(&pdev->dev); |
2607 | 2607 | ||