aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
diff options
context:
space:
mode:
authorWei Yongjun <weiyj.lk@gmail.com>2016-08-06 01:01:24 +0000
committerDoug Ledford <dledford@redhat.com>2016-08-22 14:13:18 -0400
commit204f69ba64122b1ee6732bab8cfd71fe2d68c188 (patch)
tree31ec7a3b93beade356d8981b543d9ae32a99de9e /drivers/net/ethernet/hisilicon
parentMAINTAINERS: Add maintainers for Hisilicon RoCE driver (diff)
downloadlinux-dev-204f69ba64122b1ee6732bab8cfd71fe2d68c188.tar.xz
linux-dev-204f69ba64122b1ee6732bab8cfd71fe2d68c188.zip
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>
Diffstat (limited to 'drivers/net/ethernet/hisilicon')
0 files changed, 0 insertions, 0 deletions