commit | 52b9e265d22bccc5843e167da76ab119874e2883 | [log] [tgz] |
---|---|---|
author | Wang Wensheng <wangwensheng4@huawei.com> | Tue Apr 06 12:17:59 2021 +0000 |
committer | Marc Zyngier <maz@kernel.org> | Tue Apr 06 14:20:23 2021 +0100 |
tree | 36edbad23119ebd8b522cca623b97fb7a6bdd4eb | |
parent | 70f5e4a6017b8d45a110ebbb4a56799e9a90102f [diff] |
KVM: arm64: Fix error return code in init_hyp_mode() Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Fixes: eeeee7193df0 ("KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2") Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Wang Wensheng <wangwensheng4@huawei.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20210406121759.5407-1-wangwensheng4@huawei.com