diff options
author | Tony Lindgren <tony@atomide.com> | 2018-11-08 20:57:42 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-11-08 20:57:42 +0300 |
commit | 07fa3fa2572f2dee85beb8137f90ccf33d7206af (patch) | |
tree | 0cec1fca7425cd6c423c53c4581ea2a9776ed411 /tools/lib/api/fs/tracing_path.c | |
parent | 4ed0dfe3cf39a97cd0ed532212b5e55e9752fe3f (diff) | |
parent | 651022382c7f8da46cb4872a545ee1da6d097d2a (diff) | |
download | linux-07fa3fa2572f2dee85beb8137f90ccf33d7206af.tar.xz |
Merge tag 'v4.20-rc1' into omap-for-v4.21/dt-ti-sysc
Linux 4.20-rc1
Diffstat (limited to 'tools/lib/api/fs/tracing_path.c')
-rw-r--r-- | tools/lib/api/fs/tracing_path.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/api/fs/tracing_path.c b/tools/lib/api/fs/tracing_path.c index 120037496f77..5afb11b30fca 100644 --- a/tools/lib/api/fs/tracing_path.c +++ b/tools/lib/api/fs/tracing_path.c @@ -36,7 +36,7 @@ static const char *tracing_path_tracefs_mount(void) __tracing_path_set("", mnt); - return mnt; + return tracing_path; } static const char *tracing_path_debugfs_mount(void) @@ -49,7 +49,7 @@ static const char *tracing_path_debugfs_mount(void) __tracing_path_set("tracing/", mnt); - return mnt; + return tracing_path; } const char *tracing_path_mount(void) |