RDMA/mlx5: Remove duplicated assignment to resp.response_length
authorColin Ian King <colin.king@canonical.com>
Thu, 4 Jun 2020 14:39:02 +0000 (15:39 +0100)
committerJason Gunthorpe <jgg@mellanox.com>
Mon, 15 Jun 2020 13:48:38 +0000 (10:48 -0300)
commit2ef5612391f0a7a631c42a8afc867095b49a1992
treebe71b1eeb4d58f5a16957e850e87f2ed7796cdfd
parentb3a9e3b9622ae10064826dccb4f7a52bd88c7407
RDMA/mlx5: Remove duplicated assignment to resp.response_length

The assignment to resp.response_length is never read since it is being
updated again on the next statement. The assignment is redundant so
removed it.

Fixes: a645a89d9a78 ("RDMA/mlx5: Return ECE DC support")
Link: https://lore.kernel.org/r/20200604143902.56021-1-colin.king@canonical.com
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/mlx5/qp.c