IB/hfi1: Fix error return code in parse_platform_config()
[ Upstream commit4c7d9c69ad] Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Fixes:7724105686("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
a12d75f5dc
commit
afb738b744
1 changed files with 1 additions and 0 deletions
|
|
@ -1916,6 +1916,7 @@ int parse_platform_config(struct hfi1_devdata *dd)
|
|||
dd_dev_err(dd, "%s: Failed CRC check at offset %ld\n",
|
||||
__func__, (ptr -
|
||||
(u32 *)dd->platform_config.data));
|
||||
ret = -EINVAL;
|
||||
goto bail;
|
||||
}
|
||||
/* Jump the CRC DWORD */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue