From: Steven Rostedt Date: Tue, 9 Aug 2011 01:39:39 +0000 (-0400) Subject: tracing: Clean up tb_fmt to not give faulty compile warning X-Git-Tag: v3.2-rc1~163^2~28^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a301d7c1c68fd96bbcf82db82d9508918e0dc22;p=pandora-kernel.git tracing: Clean up tb_fmt to not give faulty compile warning gcc incorrectly states that the variable "fmt" is uninitialized when CC_OPITMIZE_FOR_SIZE is set. Instead of just blindly setting fmt to NULL, the code is cleaned up a little to be a bit easier for humans to follow, as well as gcc to know the variables are initialized. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed