aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/tdx.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/boot/compressed/tdx.c')
-rw-r--r--arch/x86/boot/compressed/tdx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/compressed/tdx.c b/arch/x86/boot/compressed/tdx.c
index 8841b945a1e2..bc03eae2c560 100644
--- a/arch/x86/boot/compressed/tdx.c
+++ b/arch/x86/boot/compressed/tdx.c
@@ -26,7 +26,7 @@ static inline unsigned int tdx_io_in(int size, u16 port)
.r14 = port,
};
- if (__tdx_hypercall_ret(&args))
+ if (__tdx_hypercall(&args))
return UINT_MAX;
return args.r11;