]> git.baikalelectronics.ru Git - kernel.git/commit
tracing: Remove unnecessary variable in print_graph_return
authorWenji Huang <wenji.huang@oracle.com>
Wed, 24 Feb 2010 07:40:24 +0000 (15:40 +0800)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 25 Feb 2010 15:41:24 +0000 (10:41 -0500)
commitcc4a133eb81b186a8b178bf983581a6de212a9ed
tree04f082a3f73138f97a4022e624942f29420617a9
parent92c057509534b00edd61e2cf42ea44bad598e2df
tracing: Remove unnecessary variable in print_graph_return

The "cpu" variable is declared at the start of the function and
also within a branch, with the exact same initialization.

Remove the local variable of the same name in the branch.

Signed-off-by: Wenji Huang <wenji.huang@oracle.com>
LKML-Reference: <1266997226-6833-3-git-send-email-wenji.huang@oracle.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace_functions_graph.c