diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2024-02-06 00:55:30 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-02-09 06:05:01 +0300 |
commit | 5c80e62a2ac595fad3756d09689c6267e34ce9ff (patch) | |
tree | b4ef9235e130a560cb05eae5699a1f2e74b10368 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | e084a1c1dff6172887eb5a71e697745e3f5855be (diff) | |
download | linux-5c80e62a2ac595fad3756d09689c6267e34ce9ff.tar.xz |
qed: remove duplicated assignment to variable opaque_fid
Variable opaque_fid is being assigned twice with the same value
in two identical statements. Remove the redundant first assignment.
Cleans up clang scan build warning:
drivers/net/ethernet/qlogic/qed/qed_rdma.c:1796:2: warning: Value
stored to 'opaque_fid' is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20240205215530.1851115-1-colin.i.king@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions