mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 13:37:36 +02:00
kselftest: arm64: Fix exit code of sve-ptrace
[ Upstream commit 07e644885b ]
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: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20210309190304.39169-1-broonie@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
da5bc0c21c
commit
6366a5bb88
|
|
@ -332,5 +332,5 @@ int main(void)
|
|||
|
||||
ksft_print_cnts();
|
||||
|
||||
return 0;
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user