[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1305918786-7239-5-git-send-email-padovan@profusion.mobi>
Date: Fri, 20 May 2011 16:13:02 -0300
From: "Gustavo F. Padovan" <padovan@...fusion.mobi>
To: linux-kernel@...r.kernel.org
Cc: Thomas Gleixner <tglx@...utronix.de> (maintainer:X86
ARCHITECTURE...),
Ingo Molnar <mingo@...hat.com> (maintainer:X86 ARCHITECTURE...),
"H. Peter Anvin" <hpa@...or.com> (maintainer:X86 ARCHITECTURE...),
x86@...nel.org (maintainer:X86 ARCHITECTURE...),
"Gustavo F. Padovan" <padovan@...fusion.mobi> (commit_signer:1/1=100%)
Subject: [PATCH 5/8] x86: Kill set but not used warning in test_NX()
Signed-off-by: Gustavo F. Padovan <padovan@...fusion.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists