diff options
author | 2023-10-23 15:17:33 +0100 | |
---|---|---|
committer | 2023-10-24 17:33:25 +0300 | |
commit | b55706366c5ed63749186f22bfb0a15a1de7c074 (patch) | |
tree | 79feb174b929fd77a9e60449635deb8a24aea918 /scripts/gdb/linux/tasks.py | |
parent | RDMA/mlx5: Change the key being sent for MPV device affiliation (diff) | |
download | wireguard-linux-b55706366c5ed63749186f22bfb0a15a1de7c074.tar.xz wireguard-linux-b55706366c5ed63749186f22bfb0a15a1de7c074.zip |
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 <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20231023141733.667807-1-colin.i.king@gmail.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions