Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140983
b: refs/heads/master
c: ec625cb
h: refs/heads/master
i:
  140981: 5bdb686
  140979: c204475
  140975: 1eb8039
v: v3
  • Loading branch information
Ingo Molnar committed Mar 18, 2009
1 parent c11c1c6 commit c4d94e0
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 09933a108e6730a464a1ab676c9decc11aee0edc
refs/heads/master: ec625cb29e66824f7ce41082617aeb93fa4e42e2
4 changes: 1 addition & 3 deletions trunk/kernel/tracepoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,8 @@ tracepoint_update_probe_range(struct tracepoint *begin, struct tracepoint *end)
struct tracepoint *iter;
struct tracepoint_entry *mark_entry;

if (!begin) {
WARN_ON_ONCE(1);
if (!begin)
return;
}

mutex_lock(&tracepoints_mutex);
for (iter = begin; iter < end; iter++) {
Expand Down

0 comments on commit c4d94e0

Please sign in to comment.