summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorRichard Fitzgerald <rf@opensource.cirrus.com>2026-07-17 10:26:55 +0100
committerMark Brown <broonie@kernel.org>2026-07-18 02:38:31 +0100
commitc462b2e14589780c2aba13156c117d90b2381157 (patch)
treecfe6d1d895eda9f6331b06ead1de9ce069ce9022 /tools/perf/scripts/python/export-to-postgresql.py
parenta46ccc71877e962783e0fffa105e41615904c511 (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/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions