Commit 07e64488 authored by Mark Brown's avatar Mark Brown Committed by Will Deacon

kselftest: arm64: Fix exit code of sve-ptrace

We track if sve-ptrace encountered a failure in a variable but don't
actually use that value when we exit the program, do so.
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20210309190304.39169-1-broonie@kernel.orgSigned-off-by: default avatarWill Deacon <will@kernel.org>
parent d15dfd31
...@@ -332,5 +332,5 @@ int main(void) ...@@ -332,5 +332,5 @@ int main(void)
ksft_print_cnts(); ksft_print_cnts();
return 0; return ret;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment