linux_dsm_epyc7002/drivers/infiniband/hw/hns
Wei Yongjun 204f69ba64 IB/hns: Fix return value check in hns_roce_get_cfg()
In case of error, the function devm_ioremap_resource() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check should
be replaced with IS_ERR().

Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2016-08-22 14:13:18 -04:00
..
hns_roce_ah.c
hns_roce_alloc.c
hns_roce_cmd.c
hns_roce_cmd.h
hns_roce_common.h
hns_roce_cq.c
hns_roce_device.h
hns_roce_eq.c
hns_roce_eq.h
hns_roce_hem.c
hns_roce_hem.h
hns_roce_hw_v1.c
hns_roce_hw_v1.h
hns_roce_main.c IB/hns: Fix return value check in hns_roce_get_cfg() 2016-08-22 14:13:18 -04:00
hns_roce_mr.c
hns_roce_pd.c
hns_roce_qp.c
hns_roce_user.h
Kconfig
Makefile