Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330093
b: refs/heads/master
c: 17d7aac
h: refs/heads/master
i:
  330091: a81f564
v: v3
  • Loading branch information
Borislav Petkov authored and Linus Torvalds committed Oct 5, 2012
1 parent 0a547df commit 3b8cc8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: da99075c1d368315e1508b6143226c0d27b621e0
refs/heads/master: 17d7aac9a55b164874f3d4b7b4f5af87ab457b84
4 changes: 2 additions & 2 deletions trunk/lib/plist.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ static int __init plist_test(void)
int nr_expect = 0, i, loop;
unsigned int r = local_clock();

printk(KERN_INFO "start plist test\n");
pr_debug("start plist test\n");
plist_head_init(&test_head);
for (i = 0; i < ARRAY_SIZE(test_node); i++)
plist_node_init(test_node + i, 0);
Expand Down Expand Up @@ -203,7 +203,7 @@ static int __init plist_test(void)
plist_test_check(nr_expect);
}

printk(KERN_INFO "end plist test\n");
pr_debug("end plist test\n");
return 0;
}

Expand Down

0 comments on commit 3b8cc8b

Please sign in to comment.