ASoC: wm5110: Revert "ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe"
authorZhang Qilong <zhangqilong3@huawei.com>
Mon, 10 Oct 2022 11:48:51 +0000 (19:48 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 10 Oct 2022 12:01:11 +0000 (13:01 +0100)
commit7d4e966f4cd73ff69bf06934e8e14a33fb7ef447
tree0d6b3be32ee7c5581ba473dfb512dade824325f7
parentde71d7567e358effd06dfc3e2a154b25f1331c10
ASoC: wm5110: Revert "ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe"

This reverts commit 86b46bf1feb83898d89a2b4a8d08d21e9ea277a7.

The pm_runtime_disable is redundant when error returns in
wm5110_probe, we just revert the old patch to fix it.

Signed-off-by: Zhang Qilong <zhangqilong3@huawei.com>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20221010114852.88127-3-zhangqilong3@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm5110.c