RDMA/hns: remove duplicate assignment to pointer raq
authorColin Ian King <colin.king@canonical.com>
Thu, 28 May 2020 15:04:27 +0000 (16:04 +0100)
committerJason Gunthorpe <jgg@mellanox.com>
Fri, 29 May 2020 18:19:57 +0000 (15:19 -0300)
commit48062b0a8ba0e0d7da2a96fe53028b7474e2dd26
tree3feacb96943cf475b1fcec267f6ba16ab4589333
parent802dcc7fc5ec0932bea0f33db046cc744aecf233
RDMA/hns: remove duplicate assignment to pointer raq

The pointer raq is being assigned twice. Fix this by removing one of the
redundant assignments.

Fixes: 14ba87304bf9 ("RDMA/hns: Remove redundant type cast for general pointers")
Link: https://lore.kernel.org/r/20200528150427.420624-1-colin.king@canonical.com
Addressses-Coverity: ("Evaluation order violation")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/hns/hns_roce_hw_v1.c