diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/util/symbol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c index a60ba2ba1044..6882e9fec2d6 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 -1; | 1940 | return 0; |
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 | */ |