提交 28d20e2d 编写于 作者: S Steven Rostedt 提交者: Steven Rostedt

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: NSteven Rostedt <rostedt@goodmis.org>
上级 a7abe97f
...@@ -1199,6 +1199,6 @@ static __init int event_trace_self_tests_init(void) ...@@ -1199,6 +1199,6 @@ static __init int event_trace_self_tests_init(void)
return 0; return 0;
} }
late_initcall(event_trace_self_tests); late_initcall(event_trace_self_tests_init);
#endif #endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册