Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166891
b: refs/heads/master
c: f9ac5a6
h: refs/heads/master
i:
  166889: fa271b5
  166887: c08f9ed
v: v3
  • Loading branch information
Paul Mundt authored and Ingo Molnar committed Oct 1, 2009
1 parent 127893e commit 37a21f8
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: 33974093c024f08caadd2fc71a83bd811ed1831d
refs/heads/master: f9ac5a69edee0ee7e06a05727226e3f275306c8d
2 changes: 1 addition & 1 deletion trunk/kernel/trace/kmemtrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ static int __init init_kmem_tracer(void)
return 1;
}

if (!register_tracer(&kmem_tracer)) {
if (register_tracer(&kmem_tracer) != 0) {
pr_warning("Warning: could not register the kmem tracer\n");
return 1;
}
Expand Down

0 comments on commit 37a21f8

Please sign in to comment.