summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-07-01 16:34:51 +0100
committerMark Brown <broonie@kernel.org>2026-07-01 16:34:51 +0100
commite487b00d7074623fe54d67f909a5fd6fa7b3a153 (patch)
tree6a63509b5a0a8633d11dec512355efeadff4024f /tools/perf/scripts/python/task-analyzer.py
parente3653722b94df580ab8610f4f38ab43e46f083c0 (diff)
parent47a0dde9a3bdd01359ce3a5f0b59a9de33b73dce (diff)
ASoC: Fix mixed goto and guard() usage
bui duc phuc <phucduc.bui@gmail.com> says: These two patches fix the remaining cases of mixed goto-based error handling and cleanup helpers introduced by the recent guard() conversion patches that have already been merged for the 7.2 development cycle. The cleanup.h guidelines explicitly recommend not mixing goto with cleanup helpers in the same function. Only two functions were left in this state: - sound/soc/samsung/i2s.c: remove the goto-based error path and rely on guard(pm_runtime) for automatic cleanup. - sound/soc/ti/j721e-evm.c: restore mutex_lock()/mutex_unlock() to preserve the existing goto-based error handling. Although these cases do not trigger any build warnings or errors with Clang (W=1), they still violate the cleanup.h guidelines. These patches address those remaining cases and add the appropriate Fixes: tags for the commits that introduced them. Link: https://patch.msgid.link/20260701041310.230725-1-phucduc.bui@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions