IB/hfi1: Fix error return code in hfi1_init_dd()
authorZhang Changzhong <zhangchangzhong@huawei.com>
Fri, 13 Nov 2020 06:42:27 +0000 (14:42 +0800)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 13 Nov 2020 16:25:21 +0000 (12:25 -0400)
commitdabbd6abcdbeb1358a53ec28a244429320eb0e3a
tree6ca98f9b1d122d7cf2fc5663e6a8f67db5a6ca15
parentb1e678bf290db5a76f1b6a9f7c381310e03440d6
IB/hfi1: Fix error return code in hfi1_init_dd()

Fix to return a negative error code from the error handling case instead
of 0, as done elsewhere in this function.

Fixes: 4730f4a6c6b2 ("IB/hfi1: Activate the dummy netdev")
Link: https://lore.kernel.org/r/1605249747-17942-1-git-send-email-zhangchangzhong@huawei.com
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zhang Changzhong <zhangchangzhong@huawei.com>
Acked-by: Mike Marciniszyn <mike.marciniszyn@cornelisnetworks.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/hfi1/chip.c