On Tue, Dec 07, 2021 at 02:40:57PM -0500, yanjun.zhu@xxxxxxxxx wrote: > From: Zhu Yanjun <yanjun.zhu@xxxxxxxxx> > > The variable pkey is assigned to 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") > Signed-off-by: Zhu Yanjun <yanjun.zhu@xxxxxxxxx> > --- > drivers/infiniband/sw/rxe/rxe_req.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) Applied to for-next, thanks Jason