mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-26 18:16:26 +00:00
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: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
380c4b1411
commit
e726f5f91e
1 changed files with 3 additions and 3 deletions
Loading…
Add table
Add a link
Reference in a new issue