From: Jiri Olsa Date: Tue, 19 Jun 2012 15:47:52 +0000 (+0200) Subject: tracing/filter: Add missing initialization X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~97^2~30^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92d8d4a8b0f4c6eba70f6e62b48e38bd005a56e6;p=pandora-kernel.git 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 Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed