summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@nxp.com>2026-08-07 15:22:02 +0800
committerMark Brown <broonie@kernel.org>2026-08-07 22:48:43 +0100
commit82b6d37621b00ffbf32552b822d1a339fcf20d86 (patch)
treeb71b92bffdbc7cc96d0dc2ebbf51d623deb93ed2 /tools/perf/scripts/python/bin
parente04cf4dd5faac8bfe22a70b30fa40b07df853e25 (diff)
ASoC: fsl_easrc: fix missing return on success in runtime_resume
Commit 48d84310be60 ("ASoC: fsl_easrc: Use guard() for spin locks") refactored fsl_easrc_runtime_resume() but accidentally dropped the early return on the success path. The original code had a skip_load label followed by "return 0"; that label was removed during cleanup but the corresponding success return was lost too. As a result, every successful resume falls through into the disable_mem_clk error path and calls clk_disable_unprepare() on a clock that is still in use, leading to an unbalanced clock disable. Restore the missing "return 0" before the disable_mem_clk error label. Fixes: 48d84310be60 ("ASoC: fsl_easrc: Use guard() for spin locks") Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Link: https://patch.msgid.link/20260807072202.380021-1-shengjiu.wang@oss.nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions