Re: [patch 2/6] ipv6 - make xfrm6_init to return an error code

2007-12-07 Thread David Miller
From: Daniel Lezcano <[EMAIL PROTECTED]> Date: Thu, 06 Dec 2007 14:53:31 +0100 > The xfrm initialization function does not return any error code, so > if there is an error, the caller can not be advise of that. > This patch checks the return code of the different called functions > in order to ret

[patch 2/6] ipv6 - make xfrm6_init to return an error code

2007-12-06 Thread Daniel Lezcano
The xfrm initialization function does not return any error code, so if there is an error, the caller can not be advise of that. This patch checks the return code of the different called functions in order to return a successful or failed initialization. Signed-off-by: Daniel Lezcano <[EMAIL PROTEC