]> git.baikalelectronics.ru Git - kernel.git/commit
IB/hns: checking for IS_ERR() instead of NULL
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 4 Aug 2017 08:12:08 +0000 (11:12 +0300)
committerDoug Ledford <dledford@redhat.com>
Fri, 4 Aug 2017 19:09:56 +0000 (15:09 -0400)
commit78938814b2d38c5c244440fa84a5453436ed4321
tree9cca0d79c9da729f94ac883f163b9ed4c3732b70
parenta4718845e69ac73db9e30446de174a771a2fef9f
IB/hns: checking for IS_ERR() instead of NULL

The hns_roce_v1_create_lp_qp() returns NULL on error, not error pointers.

Fixes: 8e0f1fbe96e8 ("IB/hns: Fix the bug when free mr")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/hns/hns_roce_hw_v1.c