From 43a41b4939c52887fb1dbe8353a1a289107249e8 Mon Sep 17 00:00:00 2001 From: Franck Bui-Huu Date: Fri, 10 Dec 2010 14:07:14 +0100 Subject: [PATCH] --- yaml --- r: 223545 b: refs/heads/master c: c3a34e06db25a8c74e196517732d65cdb56028ec h: refs/heads/master i: 223543: 47af2521e68c3c75a458650cb1dd231c0fcd19ce v: v3 --- [refs] | 2 +- trunk/tools/perf/util/probe-event.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a09cbf99bbd3..82da98c940f6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fd930ff91e7fda18f7790984a98489a85edb7c71 +refs/heads/master: c3a34e06db25a8c74e196517732d65cdb56028ec diff --git a/trunk/tools/perf/util/probe-event.c b/trunk/tools/perf/util/probe-event.c index b71acd6423cb..61191c6cbe7a 100644 --- a/trunk/tools/perf/util/probe-event.c +++ b/trunk/tools/perf/util/probe-event.c @@ -135,7 +135,7 @@ const char *kernel_get_module_path(const char *module) if (dso__load_vmlinux(dso, map, vmlinux_name, NULL) <= 0) return NULL; } else { - if (dso__load_vmlinux_path(dso, map, NULL) < 0) { + if (dso__load_vmlinux_path(dso, map, NULL) <= 0) { pr_debug("Failed to load kernel map.\n"); return NULL; }