RDMA/cxgb4: Remove useless assignments
authorTian Tao <tiantao6@hisilicon.com>
Thu, 20 May 2021 09:39:37 +0000 (17:39 +0800)
committerJason Gunthorpe <jgg@nvidia.com>
Thu, 20 May 2021 15:28:21 +0000 (12:28 -0300)
commit800de3f55770529ae1e59e175b6bae73bedfa355
tree0b157b61d535eccff9406be9e149be2dcfa7ffe2
parent12a7a9966247f893a4f825cbfa776edbffe9b9f5
RDMA/cxgb4: Remove useless assignments

If go to the err label, abort will be assigned a value of 1, so there is
no need to assign a value of 1 here.

Link: https://lore.kernel.org/r/1621503577-18093-1-git-send-email-tiantao6@hisilicon.com
Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/cxgb4/qp.c