diff options
author | Zhu Yanjun <yanjun.zhu@linux.dev> | 2021-12-07 22:40:57 +0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2021-12-07 20:56:22 +0300 |
commit | 3fe6d228a0b45a205849daa110b908e8a4dbed80 (patch) | |
tree | 6184d689e9bc58d27e09b21e6d15290ab8cbcb4e /drivers/infiniband/hw/qedr | |
parent | 0a0575a12e31657415d1d5f799d4b65f3c9e8ba4 (diff) | |
download | linux-3fe6d228a0b45a205849daa110b908e8a4dbed80.tar.xz |
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: 76251e15ea73 ("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>
Diffstat (limited to 'drivers/infiniband/hw/qedr')
0 files changed, 0 insertions, 0 deletions