RDMA/hns: Remove unnecessary operator
authoroulijun <oulijun@huawei.com>
Tue, 30 Jan 2018 12:20:43 +0000 (20:20 +0800)
committerJason Gunthorpe <jgg@mellanox.com>
Thu, 1 Feb 2018 22:24:32 +0000 (15:24 -0700)
commitc27991198c94e6def78002a70a404f8b309a8d5e
tree2303b87c006fb62d2526c5df07b60ac911a9729f
parente5b898438638084a5bb1f275e038f8af347890b0
RDMA/hns: Remove unnecessary operator

The double not-operator is unncessary when used in a boolean context. This
patch removes them.

Signed-off-by: Lijun Ou <oulijun@huawei.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/hns/hns_roce_hw_v2.c