From: Steven Rostedt Date: Tue, 10 Mar 2009 16:41:38 +0000 (-0400) Subject: tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macro X-Git-Tag: v2.6.30-rc1~2^2~45^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30a8fecc2d34f086df34fe2f2b926f080e002600;p=pandora-kernel.git tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macro Impact: clean up In trying to stay consistant with the C style format in the TRACE_EVENT macro, it makes more sense to do the printk after the assigning of the variables. Reported-by: Ingo Molnar Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed