IB/hfi1: Fix error return code in parse_platform_config()
authorWang Wensheng <wangwensheng4@huawei.com>
Thu, 8 Apr 2021 11:31:40 +0000 (11:31 +0000)
committerJason Gunthorpe <jgg@nvidia.com>
Mon, 12 Apr 2021 18:10:19 +0000 (15:10 -0300)
commit4c7d9c69adadfc31892c7e8e134deb3546552106
tree3b2d1aa541f0665d806d2e6cdec10ee6b8df364b
parent10dd83dbcd157baf7a78a09ddb2f84c627bc7f1d
IB/hfi1: Fix error return code in parse_platform_config()

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

Fixes: 7724105686e7 ("IB/hfi1: add driver files")
Link: https://lore.kernel.org/r/20210408113140.103032-1-wangwensheng4@huawei.com
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Wensheng <wangwensheng4@huawei.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/hfi1/firmware.c