Skip to content
Snippets Groups Projects
Commit 5a202836 authored by Wang Yufen's avatar Wang Yufen Committed by Greg Kroah-Hartman
Browse files

RDMA/hfi1: Fix error return code in parse_platform_config()


[ Upstream commit 725349f8 ]

In the previous iteration of the while loop, the "ret" may have been
assigned a value of 0, so the error return code -EINVAL may have been
incorrectly set to 0. To fix set valid return code before calling to
goto.

Fixes: 97167e81 ("staging/rdma/hfi1: Tune for unknown channel if configuration file is absent")
Signed-off-by: default avatarWang Yufen <wangyufen@huawei.com>
Link: https://lore.kernel.org/r/1669953638-11747-1-git-send-email-wangyufen@huawei.com


Signed-off-by: default avatarLeon Romanovsky <leon@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 7917484c
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment