Skip to content
Commit 725349f8 authored by Wang Yufen's avatar Wang Yufen Committed by Leon Romanovsky
Browse files

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



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>
parent 323a74fc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment