aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2019-11-22 15:48:14 +0000
committerJason Gunthorpe <[email protected]>2019-11-25 10:31:47 -0400
commit25d24f4241f7bccdc1978daa026d8847e04a73a6 (patch)
tree0693d536678d43c3c83a828bb46fda2aee39950e /tools/perf/scripts/python/export-to-sqlite.py
parentfca5b9dc0986aa49b3f0a7cfe24b6c82422ac1d7 (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