diff options
author | Wei Yang <richard.weiyang@linux.alibaba.com> | 2020-07-12 03:10:35 +0200 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2020-09-19 04:17:14 +0200 |
commit | dc300d77b86a122d3fd099206e1adf699ed80bd7 (patch) | |
tree | 56c4a404067873c29a3d629eb35b3acae972b4a4 /drivers/media/dvb-frontends/s5h1420.h | |
parent | tools/bootconfig: Add --init option for bconf2ftrace.sh (diff) | |
download | linux-dc300d77b86a122d3fd099206e1adf699ed80bd7.tar.xz linux-dc300d77b86a122d3fd099206e1adf699ed80bd7.zip |
tracing: toplevel d_entry already initialized
Currently we have following call flow:
tracer_init_tracefs()
tracing_init_dentry()
event_trace_init()
tracing_init_dentry()
This shows tracing_init_dentry() is called twice in this flow and this
is not necessary.
Let's remove the second one when it is for sure be properly initialized.
Link: https://lkml.kernel.org/r/20200712011036.70948-4-richard.weiyang@linux.alibaba.com
Signed-off-by: Wei Yang <richard.weiyang@linux.alibaba.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'drivers/media/dvb-frontends/s5h1420.h')
0 files changed, 0 insertions, 0 deletions