diff options
author | Colin Ian King <[email protected]> | 2023-10-23 15:17:33 +0100 |
---|---|---|
committer | Leon Romanovsky <[email protected]> | 2023-10-24 17:33:25 +0300 |
commit | b55706366c5ed63749186f22bfb0a15a1de7c074 (patch) | |
tree | 79feb174b929fd77a9e60449635deb8a24aea918 /tools/perf/util/trace-event-scripting.c | |
parent | 02e7d139e5e24abb5fde91934fc9dc0344ac1926 (diff) |
RDMA/hfi1: Remove redundant assignment to pointer ppd
Pointer ppd is being assigned a value in a for-loop however it
is never read. The assignment is redundant and can be removed.
Cleans up clang scan build warning:
drivers/infiniband/hw/hfi1/init.c:1030:3: warning: Value stored
to 'ppd' is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Leon Romanovsky <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions