ftrace: do not enclose logic in WARN_ON
authorSteven Rostedt <rostedt@goodmis.org>
Tue, 14 Oct 2008 22:08:48 +0000 (18:08 -0400)
committerIngo Molnar <mingo@elte.hu>
Mon, 20 Oct 2008 16:27:00 +0000 (18:27 +0200)
In ftrace, logic is defined in the WARN_ON_ONCE, which can become a
nop with some configs. This patch fixes it.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found