diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plist.c b/lib/plist.c index 0f2084d30798..d408e774b746 100644 --- a/lib/plist.c +++ b/lib/plist.c | |||
@@ -223,7 +223,7 @@ static int __init plist_test(void) | |||
223 | int nr_expect = 0, i, loop; | 223 | int nr_expect = 0, i, loop; |
224 | unsigned int r = local_clock(); | 224 | unsigned int r = local_clock(); |
225 | 225 | ||
226 | pr_debug("start plist test\n"); | 226 | printk(KERN_DEBUG "start plist test\n"); |
227 | plist_head_init(&test_head); | 227 | plist_head_init(&test_head); |
228 | for (i = 0; i < ARRAY_SIZE(test_node); i++) | 228 | for (i = 0; i < ARRAY_SIZE(test_node); i++) |
229 | plist_node_init(test_node + i, 0); | 229 | plist_node_init(test_node + i, 0); |
@@ -255,7 +255,7 @@ static int __init plist_test(void) | |||
255 | plist_test_check(nr_expect); | 255 | plist_test_check(nr_expect); |
256 | } | 256 | } |
257 | 257 | ||
258 | pr_debug("end plist test\n"); | 258 | printk(KERN_DEBUG "end plist test\n"); |
259 | return 0; | 259 | return 0; |
260 | } | 260 | } |
261 | 261 | ||