Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121044
b: refs/heads/master
c: 5d9881e
h: refs/heads/master
v: v3
  • Loading branch information
Zhaolei authored and Ingo Molnar committed Oct 27, 2008
1 parent dae6a0e commit e8ca8e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 4de62748e69c31fc4fd5bc43b73e9cf60a17ec53
refs/heads/master: 5d9881ea1440f046ee851bbaa2a2962543336a11
3 changes: 1 addition & 2 deletions trunk/kernel/marker.c
Original file line number Diff line number Diff line change
Expand Up @@ -825,8 +825,6 @@ void *marker_get_private_data(const char *name, marker_probe_func *probe,
if (!e->ptype) {
if (num == 0 && e->single.func == probe)
return e->single.probe_private;
else
break;
} else {
struct marker_probe_closure *closure;
int match = 0;
Expand All @@ -838,6 +836,7 @@ void *marker_get_private_data(const char *name, marker_probe_func *probe,
return closure[i].probe_private;
}
}
break;
}
}
return ERR_PTR(-ENOENT);
Expand Down

0 comments on commit e8ca8e0

Please sign in to comment.