diff mbox

[01/10] x86: hypercall: add missing report_summary

Message ID 1418400377-17388-2-git-send-email-drjones@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Andrew Jones Dec. 12, 2014, 4:06 p.m. UTC
Signed-off-by: Andrew Jones <drjones@redhat.com>
---
 x86/hypercall.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/x86/hypercall.c b/x86/hypercall.c
index 0c9cccf09a169..1548421c840bf 100644
--- a/x86/hypercall.c
+++ b/x86/hypercall.c
@@ -76,5 +76,5 @@  int main(int ac, char **av)
 	report("VMMCALL on edge of canonical address space (AMD)", test_edge());
 #endif
 
-	return 0;
+	return report_summary();
 }