diff options
Diffstat (limited to 'drivers/infiniband/ulp/srp/ib_srp.c')
-rw-r--r-- | drivers/infiniband/ulp/srp/ib_srp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/srp/ib_srp.c b/drivers/infiniband/ulp/srp/ib_srp.c index cee46266f434..ded9b9afbac0 100644 --- a/drivers/infiniband/ulp/srp/ib_srp.c +++ b/drivers/infiniband/ulp/srp/ib_srp.c | |||
@@ -643,7 +643,7 @@ static void srp_free_ch_ib(struct srp_target_port *target, | |||
643 | } | 643 | } |
644 | 644 | ||
645 | static void srp_path_rec_completion(int status, | 645 | static void srp_path_rec_completion(int status, |
646 | struct ib_sa_path_rec *pathrec, | 646 | struct sa_path_rec *pathrec, |
647 | void *ch_ptr) | 647 | void *ch_ptr) |
648 | { | 648 | { |
649 | struct srp_rdma_ch *ch = ch_ptr; | 649 | struct srp_rdma_ch *ch = ch_ptr; |