]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace: Remove a superfluous check
authorBorislav Petkov <bp@amd64.org>
Thu, 29 Mar 2012 17:11:40 +0000 (19:11 +0200)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 14 Jun 2012 19:22:12 +0000 (15:22 -0400)
commit9462d0b229622460030c389c9430d1697980a689
treeed9431274d1274e134207edb5604669bbf638b73
parent0296062a89294a2eb7c353373add82a0bb13a66d
ftrace: Remove a superfluous check

register_ftrace_function() checks ftrace_disabled and calls
__register_ftrace_function which does it again.

Drop the first check and add the unlikely hint to the second one. Also,
drop the label as John correctly notices.

No functional change.

Link: http://lkml.kernel.org/r/20120329171140.GE6409@aftab
Cc: Borislav Petkov <bp@amd64.org>
Cc: John Kacur <jkacur@redhat.com>
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/ftrace.c