Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177341
b: refs/heads/master
c: 91baf62
h: refs/heads/master
i:
  177339: 66dd756
v: v3
  • Loading branch information
Li Zefan authored and Frederic Weisbecker committed Dec 13, 2009
1 parent 01cefea commit c8a5f39
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 313254a9400d388b46150c0f355e216418a2f598
refs/heads/master: 91baf6285be7282cfa487de92f836c50749dffb9
5 changes: 2 additions & 3 deletions trunk/kernel/trace/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -2552,10 +2552,9 @@ ftrace_set_func(unsigned long *array, int *idx, char *buffer)
exists = true;
break;
}
if (!exists) {
if (!exists)
array[(*idx)++] = rec->ip;
found = 1;
}
found = 1;
}
} while_for_each_ftrace_rec();

Expand Down

0 comments on commit c8a5f39

Please sign in to comment.