]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: cs35l56: Don't leave parent IRQ disabled if system_suspend fails
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Wed, 10 Jun 2026 10:55:56 +0000 (11:55 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 10 Jun 2026 11:04:36 +0000 (12:04 +0100)
commit53cebeb017164254cde5e31c94d8deef9e4fff97
tree1495dda8ca9041cee2e020f11ffd96addf3feb06
parentcc51ca3eff47fb99d888cc5f0d862fc327eff4ac
ASoC: cs35l56: Don't leave parent IRQ disabled if system_suspend fails

In cs35l56_system_suspend() re-enable the parent IRQ if the call to
pm_runtime_force_suspend() returns an error.

Fixes: f9dc6b875ec0 ("ASoC: cs35l56: Add basic system suspend handling")
Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://patch.msgid.link/20260610105556.612830-1-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs35l56.c