commit | 84c6cf0db6a00601eb43cfc08244a398ffb0894c | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Dec 20 21:43:52 2012 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon Jan 21 13:22:33 2013 -0500 |
tree | 2e391b758e930ab062c80462ffdc4de5930be6c4 | |
parent | a54164114b96b4693b42cdb553260eec41ea4393 [diff] |
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 <rostedt@goodmis.org>