Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234536
b: refs/heads/master
c: 5e814dd
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Mar 15, 2011
1 parent b0bba51 commit 372b20d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 137ee20ddd10fdc20600c389fe63edab0c39cb1a
refs/heads/master: 5e814dd597c42daeb8d2a276e64a6ec986ad0e2a
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/probe-finder.c
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ static int probe_point_lazy_walker(const char *fname, int lineno,
* Continue if no error, because the lazy pattern will match
* to other lines
*/
return ret < 0 ?: 0;
return ret < 0 ? ret : 0;
}

/* Find probe points from lazy pattern */
Expand Down

0 comments on commit 372b20d

Please sign in to comment.