diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2023-10-23 15:17:33 +0100 |
---|---|---|
committer | Leon Romanovsky <leon@kernel.org> | 2023-10-24 17:33:25 +0300 |
commit | b55706366c5ed63749186f22bfb0a15a1de7c074 (patch) | |
tree | 79feb174b929fd77a9e60449635deb8a24aea918 /drivers/infiniband/ulp/ipoib | |
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 <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 'drivers/infiniband/ulp/ipoib')
0 files changed, 0 insertions, 0 deletions