diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2024-10-02 19:26:52 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-10-02 21:33:04 +0300 |
commit | 46854574fd76c711c890423f8ac60df4fb726559 (patch) | |
tree | 6f26d1bff3ffba16c20a0d0d09b440d217e93cab /tools/perf/scripts/python/check-perf-trace.py | |
parent | e8d2b5bd6094e46913df96da48c866cd06b75686 (diff) | |
download | linux-46854574fd76c711c890423f8ac60df4fb726559.tar.xz |
spi: spi-ti-qspi: remove redundant assignment to variable ret
Variable ret is being assigned a value but it is never read, instead
the variable is being reassigned later in the exit path via label
no_dma. Remove the redundant assignment.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://patch.msgid.link/20241002162652.957102-1-colin.i.king@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions