ASoC: wmxxxx: Revert old "ASoC: wmxxxx: Fix PM disable depth imbalance in wmxxxx_probe"
authorMark Brown <broonie@kernel.org>
Mon, 10 Oct 2022 14:33:47 +0000 (15:33 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 10 Oct 2022 14:33:47 +0000 (15:33 +0100)
commit25e06831eb6f8903714f80c61f6c15352d77b07b
treee1c8e8ac5aa932c00b697aa14f0688895e6f96ea
parent29eb79a9a6283d661ea1f70ab012809fdbf057a7
parent68ce83e3bb26feba0fcdd59667fde942b3a600a1
ASoC: wmxxxx: Revert old "ASoC: wmxxxx: Fix PM disable depth imbalance in wmxxxx_probe"

Merge series from Zhang Qilong <zhangqilong3@huawei.com>:

Both the old and new patch have been applied, it will resulted in
redundant calling of pm_runtime_disable when error returns. We Just
revert the old three patches to fix it.