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:
380c4b1
)
tracing/function-graph-tracer: fix 'flags' variable mismatch
author
Ingo Molnar
<mingo@elte.hu>
Mon, 8 Dec 2008 15:55:53 +0000
(16:55 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 8 Dec 2008 15:55:53 +0000
(16:55 +0100)
this warning:
kernel/trace/trace.c: In function ‘trace_vprintk’:
kernel/trace/trace.c:3626: warning: ‘flags’ may be used uninitialized in this function
shows some confusion about irq_flags / flags use here. We already have
irq_flags so remove the extra flags variable.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found