summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp
diff options
context:
space:
mode:
authorAndrey Strachuk <strochuk@ispras.ru>2022-07-11 18:12:51 +0300
committerLeon Romanovsky <leonro@nvidia.com>2022-07-18 12:27:28 +0300
commitaeea6cc067525103301fb7a6ba5c861b631f2086 (patch)
tree2d733a4a2ffa00cd95799da88bf2a93d21385208 /drivers/infiniband/ulp
parentfc4114736f5a4d642ed9d2a2062b3701e0ffc991 (diff)
downloadlinux-aeea6cc067525103301fb7a6ba5c861b631f2086.tar.xz
RDMA: remove useless condition in siw_create_cq()
Comparison of 'cq' with NULL is useless since 'cq' is a result of container_of and cannot be NULL in any reasonable scenario. Found by Linux Verification Center (linuxtesting.org) with SVACE. Fixes: 303ae1cdfdf7 ("rdma/siw: application interface") Link: https://lore.kernel.org/r/20220711151251.17089-1-strochuk@ispras.ru Signed-off-by: Andrey Strachuk <strochuk@ispras.ru> Acked-by: Bernard Metzler <bmt@zurich.ibm.com> Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'drivers/infiniband/ulp')
0 files changed, 0 insertions, 0 deletions