diff options
| author | Richard Fitzgerald <rf@opensource.cirrus.com> | 2026-07-17 10:26:55 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-07-18 02:38:31 +0100 |
| commit | c462b2e14589780c2aba13156c117d90b2381157 (patch) | |
| tree | cfe6d1d895eda9f6331b06ead1de9ce069ce9022 /tools/perf/scripts/python/flamegraph.py | |
| parent | a46ccc71877e962783e0fffa105e41615904c511 (diff) | |
ASoC: cs35l56: Remove unnecessary goto in cs35l56_runtime_resume_common()
The 'goto out_sync' in cs35l56_runtime_resume_common() is unnecessary
because it only skips a single if-statement and function call. It can
be replaced by inverting the conditional and merging it with the next
if-statement.
This was a legacy of an early version of the function, where more code
was skipped by the goto.
Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://patch.msgid.link/20260717092655.1730484-1-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
