Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tracing: fix warning in kernel/trace/trace.c
this warning: kernel/trace/trace.c: In function ‘print_lat_fmt’: kernel/trace/trace.c:1826: warning: unused variable ‘state’ Triggers because 'state' has become unused - remove it. Signed-off-by: Ingo Molnar <mingo@elte.hu>
- Loading branch information