Skip to content
Commit e726f5f9 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

tracing/function-graph-tracer: fix 'flags' variable mismatch



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: default avatarIngo Molnar <mingo@elte.hu>
parent 380c4b14
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment