Messages in this thread Patch in this message |  | | | From | "Gustavo F. Padovan" <> | | Subject | [PATCH 5/8] x86: Kill set but not used warning in test_NX() | | Date | Fri, 20 May 2011 16:13:02 -0300 |
| |
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi> --- arch/x86/kernel/test_nx.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/kernel/test_nx.c b/arch/x86/kernel/test_nx.c index 787a5e4..3f92ce0 100644 --- a/arch/x86/kernel/test_nx.c +++ b/arch/x86/kernel/test_nx.c @@ -161,7 +161,7 @@ static int test_NX(void) } #endif - return 0; + return ret; } static void test_exit(void) -- 1.7.5.1
|  |