summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorNathan Chancellor <natechancellor@gmail.com>2020-02-17 13:43:18 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-03-12 13:00:09 +0100
commit0769cdddb88d50d61a97bc8b304a7205744d7689 (patch)
tree8254edfa37388b3b149ed770f34e09c9fe62a4e9 /usr
parentf7ed42f10334846e6de323f14939c01460506dee (diff)
RDMA/core: Fix use of logical OR in get_new_pps
[ Upstream commit 4ca501d6aaf21de31541deac35128bbea8427aa6 ] Clang warns: ../drivers/infiniband/core/security.c:351:41: warning: converting the enum constant to a boolean [-Wint-in-bool-context] if (!(qp_attr_mask & (IB_QP_PKEY_INDEX || IB_QP_PORT)) && qp_pps) { ^ 1 warning generated. A bitwise OR should have been used instead. Fixes: 1dd017882e01 ("RDMA/core: Fix protection fault in get_pkey_idx_qp_list") Link: https://lore.kernel.org/r/20200217204318.13609-1-natechancellor@gmail.com Link: https://github.com/ClangBuiltLinux/linux/issues/889 Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Nathan Chancellor <natechancellor@gmail.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions