mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-22 12:33:59 +08:00
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
@ -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 New Issue
Block a user