]> git.baikalelectronics.ru Git - kernel.git/commit
IB/rxe: Avoid passing unused index pointer which is optional
authorParav Pandit <parav@mellanox.com>
Tue, 14 Nov 2017 12:52:06 +0000 (14:52 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Mon, 18 Dec 2017 22:37:08 +0000 (15:37 -0700)
commitfb1b19b84d11c81a22e49f0b0545ae4addb4fd65
tree7259dc11b5af7235973afce92dabd087dafcd759
parent305fb293bd7ff12dc844a186c09a66156591620a
IB/rxe: Avoid passing unused index pointer which is optional

While searching for GID, returned index is not used, so avoid passing
pointer during invocation.

Signed-off-by: Parav Pandit <parav@mellanox.com>
Reviewed-by: Daniel Jurgens <danielj@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/sw/rxe/rxe_recv.c