diff options
author | Colin Ian King <[email protected]> | 2020-06-04 15:39:02 +0100 |
---|---|---|
committer | Jason Gunthorpe <[email protected]> | 2020-06-15 10:48:38 -0300 |
commit | 2ef5612391f0a7a631c42a8afc867095b49a1992 (patch) | |
tree | be71b1eeb4d58f5a16957e850e87f2ed7796cdfd /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
parent | b3a9e3b9622ae10064826dccb4f7a52bd88c7407 (diff) |
RDMA/mlx5: Remove duplicated assignment to resp.response_length
The assignment to resp.response_length is never read since it is being
updated again on the next statement. The assignment is redundant so
removed it.
Fixes: a645a89d9a78 ("RDMA/mlx5: Return ECE DC support")
Link: https://lore.kernel.org/r/[email protected]
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Leon Romanovsky <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions