mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
ASoC: wm8994: Remove overly noisy debug logging
This was committed in error. Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
84bbc4aa2d
commit
82e414fa1d
@ -3856,8 +3856,6 @@ static void wm8958_mic_work(struct work_struct *work)
|
||||
mic_complete_work.work);
|
||||
struct snd_soc_codec *codec = wm8994->hubs.codec;
|
||||
|
||||
dev_crit(codec->dev, "MIC WORK %x\n", wm8994->mic_status);
|
||||
|
||||
pm_runtime_get_sync(codec->dev);
|
||||
|
||||
mutex_lock(&wm8994->accdet_lock);
|
||||
@ -3867,8 +3865,6 @@ static void wm8958_mic_work(struct work_struct *work)
|
||||
mutex_unlock(&wm8994->accdet_lock);
|
||||
|
||||
pm_runtime_put(codec->dev);
|
||||
|
||||
dev_crit(codec->dev, "MIC WORK %x DONE\n", wm8994->mic_status);
|
||||
}
|
||||
|
||||
static irqreturn_t wm8958_mic_irq(int irq, void *data)
|
||||
|
Loading…
Reference in New Issue
Block a user