Skip to content

Commit ece6b79

Browse files
author
Naman Jain
committed
x86/hyperv: Fix compilation warning by removing unused label
Remove unused label free_vp_early_input_arg to suppress compilation warning. Fixes: 74d154e ("x86/Hyper-V: Add Hyper-V specific hvcall to set backing page") Signed-off-by: Naman Jain <namjain@linux.microsoft.com>
1 parent d4db39a commit ece6b79

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/x86/hyperv/hv_init.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,6 @@ void __init hyperv_init(void)
546546
free_vp_assist_page:
547547
kfree(hv_vp_assist_page);
548548
hv_vp_assist_page = NULL;
549-
free_vp_early_input_arg:
550549
if (hv_vp_early_input_arg) {
551550
set_memory_encrypted((u64)hv_vp_early_input_arg,
552551
num_possible_cpus());

0 commit comments

Comments
 (0)