10 Oct
2022
10 Oct
'22
11:09 a.m.
On Sat, Oct 08, 2022 at 09:43:55PM +0800, Zhang Qilong wrote:
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.
Zhang Qilong (3): Revert "ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probe" Revert "ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe" Revert "ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probe"
sound/soc/codecs/wm5102.c | 6 +++--- sound/soc/codecs/wm5110.c | 6 +++--- sound/soc/codecs/wm8997.c | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-)
Yeah we definitely don't want both applied:
Acked-by: Charles Keepax ckeepax@opensource.cirrus.com
Thanks, Charles