Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140767
b: refs/heads/master
c: 35ebf1c
h: refs/heads/master
i:
  140765: 83cda9d
  140763: 356121b
  140759: 6968c5e
  140751: 07d53ec
  140735: 6283944
v: v3
  • Loading branch information
Steven Rostedt committed Feb 17, 2009
1 parent f1b7916 commit e52a72a
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 73d8b8bc4f24a97a406d09c8268ac019f4ac661e
refs/heads/master: 35ebf1caa4854ad5ba25f3a72967acc064147994
4 changes: 3 additions & 1 deletion trunk/kernel/trace/trace_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,9 @@ ftrace_trace_onoff_print(struct seq_file *m, unsigned long ip,
else
seq_printf(m, "traceoff");

if (count != -1)
if (count == -1)
seq_printf(m, ":unlimited\n");
else
seq_printf(m, ":count=%ld", count);
seq_putc(m, '\n');

Expand Down

0 comments on commit e52a72a

Please sign in to comment.