From: Steven Rostedt Date: Fri, 21 Dec 2012 02:43:52 +0000 (-0500) Subject: tracing: Remove unneeded check of max_tr->buffer before tracing_reset X-Git-Tag: v3.9-rc1~173^2~18^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84c6cf0db6a00601eb43cfc08244a398ffb0894c;p=pandora-kernel.git tracing: Remove unneeded check of max_tr->buffer before tracing_reset There's now a check in tracing_reset_online_cpus() if the buffer is allocated or NULL. No need to do a check before calling it with max_tr. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed