Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234349
b: refs/heads/master
c: 98d77b7
h: refs/heads/master
i:
  234347: a863c12
v: v3
  • Loading branch information
Han Pingtian authored and Arnaldo Carvalho de Melo committed Jan 22, 2011
1 parent 9d05478 commit ae3fa03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d2af9687c96f3864178de1860e6d83873aeef224
refs/heads/master: 98d77b78504a423fca911a26a17bee00ef2fdda2
6 changes: 3 additions & 3 deletions trunk/tools/perf/builtin-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,9 @@ static int test__open_syscall_event_on_all_cpus(void)
}

cpus = cpu_map__new(NULL);
if (threads == NULL) {
pr_debug("thread_map__new\n");
return -1;
if (cpus == NULL) {
pr_debug("cpu_map__new\n");
goto out_thread_map_delete;
}


Expand Down

0 comments on commit ae3fa03

Please sign in to comment.