Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 4ab4ba32 authored by Petr Tesarik's avatar Petr Tesarik Committed by Ingo Molnar
Browse files

x86, tracehook: clean up implementation of syscall_get_error()



The x86-tracehook code now contains this line in syscall_get_error():

	return error >= -4095L ? error : 0;

Hard-wiring a constant is not nice. Let's use the IS_ERR_VALUE macro
from linux/err.h instead.

Signed-off-by: default avatarPetr Tesarik <ptesarik@suse.cz>
Cc: utrace-devel@redhat.com
Acked-by: default avatarRoland McGrath <roland@redhat.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 28c3cfd5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment