git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec827c7
)
tracing: have TRACE_EVENT macro use __flags to not shadow parameter
author
Steven Rostedt
<srostedt@redhat.com>
Mon, 14 Sep 2009 15:18:02 +0000
(11:18 -0400)
committer
Steven Rostedt
<rostedt@goodmis.org>
Mon, 14 Sep 2009 15:18:02 +0000
(11:18 -0400)
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 <jaswinder@kernel.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found