tracing/filter: Add missing initialization
authorJiri Olsa <jolsa@redhat.com>
Tue, 19 Jun 2012 15:47:52 +0000 (17:47 +0200)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 7 Aug 2012 13:42:47 +0000 (09:42 -0400)
commit92d8d4a8b0f4c6eba70f6e62b48e38bd005a56e6
treee54aaf1cb242cf09eaedc4bd3f79c30f97499879
parent3c18c10bde65b6dcaffab7a4d040285e4defa49b
tracing/filter: Add missing initialization

Add missing initialization for ret variable. Its initialization
is based on the re_cnt variable, which is being set deep down
in the ftrace_function_filter_re function.

I'm not sure compilers would be smart enough to see this in near
future, so killing the warning this way.

Link: http://lkml.kernel.org/r/1340120894-9465-2-git-send-email-jolsa@redhat.com
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace_events_filter.c