commit | c513867561eeb07d24a0bdda1a18a8f91921a301 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <rostedt@goodmis.org> | Tue Oct 14 18:08:48 2008 -0400 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 20 18:27:00 2008 +0200 |
tree | 77a772903b6960306607ccd9e8dd1b7d665c71a9 | |
parent | 3e10e879a8c334a5927d800a3663a24d562cfa31 [diff] |
ftrace: do not enclose logic in WARN_ON 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>