IB/mlx5: Clean mlx5_ib_mr_responder_pfault_handler() signature
authorMoni Shoua <monis@mellanox.com>
Tue, 22 Jan 2019 06:48:44 +0000 (08:48 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Mon, 4 Feb 2019 21:34:06 +0000 (14:34 -0700)
commit6ff7414a17b28e04a600e5552656ea27f6b72578
treeba650ad063636378ebc91d179f84385edeff2c8d
parent586f4e95c71a2443d0aa8d6993407ce0aaf77a09
IB/mlx5: Clean mlx5_ib_mr_responder_pfault_handler() signature

In the function mlx5_ib_mr_responder_pfault_handler()

1. The parameter wqe is used as read-only so there is no need to pass it
   by reference.
2. Remove the unused argument pfault from list of arguments.

Signed-off-by: Moni Shoua <monis@mellanox.com>
Reviewed-by: Majd Dibbiny <majd@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/mlx5/odp.c