diff options
author | Colin Ian King <[email protected]> | 2019-11-22 15:48:14 +0000 |
---|---|---|
committer | Jason Gunthorpe <[email protected]> | 2019-11-25 10:31:47 -0400 |
commit | 25d24f4241f7bccdc1978daa026d8847e04a73a6 (patch) | |
tree | 0693d536678d43c3c83a828bb46fda2aee39950e /tools/perf/scripts/python/export-to-sqlite.py | |
parent | fca5b9dc0986aa49b3f0a7cfe24b6c82422ac1d7 (diff) |
IB/hfi1: remove redundant assignment to variable ret
The variable ret is being initialized with a value that is never
read and it is being updated later with a new value. The
initialization is redundant and can be removed.
Link: https://lore.kernel.org/r/[email protected]
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Dennis Dalessandro <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions