]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: wm8998: Fix PM disable depth imbalance on error
authorZhang Qilong <zhangqilong3@huawei.com>
Wed, 11 Nov 2020 04:13:26 +0000 (12:13 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 11 Nov 2020 12:35:09 +0000 (12:35 +0000)
commit3d7c94bcc9cec652b2aa4e19ce8e223442177a8f
tree623ba71aa950b726e81d96b95c5174972ab35adb
parentb1b5eb204dcdd7550c53d0d5a10f2d4872a5a4ce
ASoC: wm8998: Fix PM disable depth imbalance on error

The pm_runtime_enable will increase power disable depth. Thus
a pairing decrement is needed on the error handling path to
keep it balanced according to context.

Fixes: 463ffe4c0cebb ("ASoC: arizona: Move request of speaker IRQs into bus probe")
Signed-off-by: Zhang Qilong <zhangqilong3@huawei.com>
Reviewed-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20201111041326.1257558-4-zhangqilong3@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm8998.c