mbox series

[v2,-next,0/3] ASoC: wmxxxx: Revert old "ASoC: wmxxxx: Fix PM disable depth imbalance in wmxxxx_probe"

Message ID 20221010114852.88127-1-zhangqilong3@huawei.com (mailing list archive)
Headers show
Series ASoC: wmxxxx: Revert old "ASoC: wmxxxx: Fix PM disable depth imbalance in wmxxxx_probe" | expand

Message

Zhang Qilong Oct. 10, 2022, 11:48 a.m. UTC
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.
---
v2:
- add subject for the patch title

Zhang Qilong (3):
  ASoC: wm5102: Revert "ASoC: wm5102: Fix PM disable depth imbalance in
    wm5102_probe"
  ASoC: wm5110: Revert "ASoC: wm5110: Fix PM disable depth imbalance in
    wm5110_probe"
  ASoC: wm8997: 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(-)

Comments

Mark Brown Oct. 13, 2022, 1:41 p.m. UTC | #1
On Mon, 10 Oct 2022 19:48:49 +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.
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/3] ASoC: wm5102: Revert "ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probe"
      commit: de71d7567e358effd06dfc3e2a154b25f1331c10
[2/3] ASoC: wm5110: Revert "ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe"
      commit: 7d4e966f4cd73ff69bf06934e8e14a33fb7ef447
[3/3] ASoC: wm8997: Revert "ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probe"
      commit: 68ce83e3bb26feba0fcdd59667fde942b3a600a1

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark