git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e10e87
)
ftrace: do not enclose logic in WARN_ON
author
Steven Rostedt
<rostedt@goodmis.org>
Tue, 14 Oct 2008 22:08:48 +0000
(18:08 -0400)
committer
Ingo 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