diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2024-11-13 16:08:07 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-11-13 16:53:09 +0300 |
commit | fb5e67c9d03b4a65fd43acc18cbafffff15bd8f9 (patch) | |
tree | 0e45ccc83066d639b5ddb4fd3b4b48da0924c5d1 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | add2332795a648b62fd52356001287c015a59e80 (diff) | |
download | linux-fb5e67c9d03b4a65fd43acc18cbafffff15bd8f9.tar.xz |
ASoC: SOF: ipc4-topology: remove redundant assignment to variable ret
The variable ret is being assigned a zero value however the value is
never read because ret is being re-assigned later after the end of
the switch statement. The assignment is redundant and can be removed.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://patch.msgid.link/20241113130807.1386754-1-colin.i.king@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions