diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-05 07:36:24 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-05 07:46:12 -0400 |
commit | 82e414fa1dbbc07e7b6d582e4fbcc9b0a5299f7f (patch) | |
tree | 46fc022a8bdc2a7db66c9cb204a40879ee8005f0 | |
parent | 84bbc4aa2de97143db0f6ef0c3fa0bd84f73b207 (diff) |
ASoC: wm8994: Remove overly noisy debug logging
This was committed in error.
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r-- | sound/soc/codecs/wm8994.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index 25580b5a853f..1b89aa9029e8 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c | |||
@@ -3856,8 +3856,6 @@ static void wm8958_mic_work(struct work_struct *work) | |||
3856 | mic_complete_work.work); | 3856 | mic_complete_work.work); |
3857 | struct snd_soc_codec *codec = wm8994->hubs.codec; | 3857 | struct snd_soc_codec *codec = wm8994->hubs.codec; |
3858 | 3858 | ||
3859 | dev_crit(codec->dev, "MIC WORK %x\n", wm8994->mic_status); | ||
3860 | |||
3861 | pm_runtime_get_sync(codec->dev); | 3859 | pm_runtime_get_sync(codec->dev); |
3862 | 3860 | ||
3863 | mutex_lock(&wm8994->accdet_lock); | 3861 | mutex_lock(&wm8994->accdet_lock); |
@@ -3867,8 +3865,6 @@ static void wm8958_mic_work(struct work_struct *work) | |||
3867 | mutex_unlock(&wm8994->accdet_lock); | 3865 | mutex_unlock(&wm8994->accdet_lock); |
3868 | 3866 | ||
3869 | pm_runtime_put(codec->dev); | 3867 | pm_runtime_put(codec->dev); |
3870 | |||
3871 | dev_crit(codec->dev, "MIC WORK %x DONE\n", wm8994->mic_status); | ||
3872 | } | 3868 | } |
3873 | 3869 | ||
3874 | static irqreturn_t wm8958_mic_irq(int irq, void *data) | 3870 | static irqreturn_t wm8958_mic_irq(int irq, void *data) |