From: Mark Brown <broonie@opensource.wolfsonmicro.com>
Date: Wed, 22 Feb 2012 20:23:01 +0000 (+0000)
Subject: ASoC: wm8962: Remove mistakenly committed debug logging
X-Git-Tag: firefly_0821_release~3680^2~2691^2~52^2~25^2~36
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d690516c6dcef11b87c35ce294ae1fcf9797276f;p=firefly-linux-kernel-4.4.55.git

ASoC: wm8962: Remove mistakenly committed debug logging

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---

diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c
index 2dd710f58b85..dc5f19e1065f 100644
--- a/sound/soc/codecs/wm8962.c
+++ b/sound/soc/codecs/wm8962.c
@@ -3720,8 +3720,6 @@ static int wm8962_runtime_resume(struct device *dev)
 	regmap_update_bits(wm8962->regmap, WM8962_PWR_MGMT_1,
 			   WM8962_VMID_SEL_MASK, 0x100);
 
-	dev_crit(dev, "RESUME\n");
-
 	return 0;
 }
 
@@ -3729,8 +3727,6 @@ static int wm8962_runtime_suspend(struct device *dev)
 {
 	struct wm8962_priv *wm8962 = dev_get_drvdata(dev);
 
-	dev_crit(dev, "SUSPEND\n");
-
 	regmap_update_bits(wm8962->regmap, WM8962_PWR_MGMT_1,
 			   WM8962_VMID_SEL_MASK | WM8962_BIAS_ENA, 0);