aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/symbol.c')
-rw-r--r--tools/perf/util/symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c
index 6882e9fec2d6..ee9c37efdd36 100644
--- a/tools/perf/util/symbol.c
+++ b/tools/perf/util/symbol.c
@@ -1937,7 +1937,7 @@ int map_groups__create_kernel_maps(struct map_groups *self,
1937 return -1; 1937 return -1;
1938 1938
1939 if (symbol_conf.use_modules && map_groups__create_modules(self) < 0) 1939 if (symbol_conf.use_modules && map_groups__create_modules(self) < 0)
1940 return 0; 1940 pr_debug("Problems creating module maps, continuing anyway...\n");
1941 /* 1941 /*
1942 * Now that we have all the maps created, just set the ->end of them: 1942 * Now that we have all the maps created, just set the ->end of them:
1943 */ 1943 */