linux/drivers/infiniband/sw
Zhu Yanjun 3fe6d228a0 RDMA/rxe: Remove the unnecessary variable
The variable pkey is assigned from a macro. Then this variable is passed
to a function bth_init directly, and pkey is not used again. So remove it
and use the macro directly.

Fixes: 76251e15ea ("RDMA/rxe: Remove pkey table")
Link: https://lore.kernel.org/r/20211207194057.713289-1-yanjun.zhu@linux.dev
Signed-off-by: Zhu Yanjun <yanjun.zhu@linux.dev>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
2021-12-07 13:56:22 -04:00
..
rdmavt RDMA/rdmavt: Fix error code in rvt_create_qp() 2021-10-13 13:59:47 -03:00
rxe RDMA/rxe: Remove the unnecessary variable 2021-12-07 13:56:22 -04:00
siw RDMA/siw: Use max() instead of doing it manually 2021-12-06 19:49:19 -04:00
Makefile rdma/siw: addition to kernel build environment 2019-07-02 17:03:41 -03:00