From: Steven Rostedt (Red Hat) Date: Wed, 29 May 2013 19:56:49 +0000 (-0400) Subject: tracing: Fix bad parameter passed in branch selftest X-Git-Tag: v3.10-rc5~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0184d50f9fd17658c232d6ee6d465a87f989d706;p=pandora-kernel.git tracing: Fix bad parameter passed in branch selftest The branch selftest calls trace_test_buffer(), but with the new code it expects the first parameter to be a pointer to a struct trace_buffer. All self tests were changed but the branch selftest was missed. This caused either a crash or failed test when the branch selftest was enabled. Link: http://lkml.kernel.org/r/20130529141333.GA24064@localhost Reported-by: Fengguang Wu Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed