From: Steven Rostedt Date: Mon, 14 Sep 2009 15:18:02 +0000 (-0400) Subject: tracing: have TRACE_EVENT macro use __flags to not shadow parameter X-Git-Tag: v2.6.32-rc1~654^2~6^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a48f494e1dbdcf4fb7c02100ae3208c4c1daecbf;p=pandora-kernel.git tracing: have TRACE_EVENT macro use __flags to not shadow parameter The generated functions of TRACE_EVENT uses "flags" in one of the sub macros which shadows a parameter in the outside macro. Simple fix is to make the submacro use __flags instead. Discovered by sparse. Reported-by: Jaswinder Singh Rajput Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed