tracing/events: call the correct event trace selftest init function
The late_initcall calls a helper function instead of the proper init event selftest function. This update may have been lost due to conflicting merges. [ Impact: fix compiler warning and call extended event trace self tests ] Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
parent
a7abe97fd8
commit
28d20e2d6e
1 changed files with 1 additions and 1 deletions
|
@ -1199,6 +1199,6 @@ static __init int event_trace_self_tests_init(void)
|
|||
return 0;
|
||||
}
|
||||
|
||||
late_initcall(event_trace_self_tests);
|
||||
late_initcall(event_trace_self_tests_init);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue