Message ID | 20180706171736.14543-8-bart.vanassche@wdc.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
diff --git a/drivers/infiniband/hw/mlx4/qp.c b/drivers/infiniband/hw/mlx4/qp.c index 0f59b123492b..6d4e531255b4 100644 --- a/drivers/infiniband/hw/mlx4/qp.c +++ b/drivers/infiniband/hw/mlx4/qp.c @@ -3547,7 +3547,7 @@ static int build_lso_seg(struct mlx4_wqe_lso_seg *wqe, return 0; } -static __be32 send_ieth(struct ib_send_wr *wr) +static __be32 send_ieth(const struct ib_send_wr *wr) { switch (wr->opcode) { case IB_WR_SEND_WITH_IMM:
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Cc: Yishai Hadas <yishaih@mellanox.com> --- drivers/infiniband/hw/mlx4/qp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)