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:
12ef7d4
)
ftrace: remove unnecessary if condition of __unregister_ftrace_function
author
walimis
<walimisdev@gmail.com>
Thu, 13 Nov 2008 16:21:02 +0000
(
00:21
+0800)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 13 Nov 2008 18:36:30 +0000
(19:36 +0100)
Because it has goto out before ftrace_list == &ftrace_list_end,
that's to say, we never meet this condition.
Signed-off-by: walimis <walimisdev@gmail.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found