diff options
author | Colin Ian King <[email protected]> | 2024-10-02 17:26:52 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-10-02 19:33:04 +0100 |
commit | 46854574fd76c711c890423f8ac60df4fb726559 (patch) | |
tree | 6f26d1bff3ffba16c20a0d0d09b440d217e93cab /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | e8d2b5bd6094e46913df96da48c866cd06b75686 (diff) |
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 <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions