commit | b3535c6390f27d04273e4eee0bc687f171fbf5f4 | [log] [tgz] |
---|---|---|
author | walimis <walimisdev@gmail.com> | Fri Nov 14 00:21:02 2008 +0800 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Nov 13 19:36:30 2008 +0100 |
tree | a0160e2b70acc1743d6d3c68d149df9673d78fde | |
parent | 12ef7d448613ead2babd41c3ebfa1fe03c20edef [diff] |
ftrace: remove unnecessary if condition of __unregister_ftrace_function 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>