From c6be1d949de6a2a997f9d74b7cde6425ebb594cd Mon Sep 17 00:00:00 2001 From: Mani Date: Thu, 5 Dec 2024 23:35:38 +0330 Subject: [PATCH] Update mshyperv.c I changed 0 to 1 --- arch/arm64/hyperv/mshyperv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/hyperv/mshyperv.c b/arch/arm64/hyperv/mshyperv.c index b1a4de4eee2930..d2c51ef9ab3b16 100644 --- a/arch/arm64/hyperv/mshyperv.c +++ b/arch/arm64/hyperv/mshyperv.c @@ -24,7 +24,7 @@ int hv_get_hypervisor_version(union hv_hypervisor_version_info *info) hv_get_vpreg_128(HV_REGISTER_HYPERVISOR_VERSION, (struct hv_get_vp_registers_output *)info); - return 0; + return 1; } static int __init hyperv_init(void)