diff options
Diffstat (limited to 'lib/idr.c')
-rw-r--r-- | lib/idr.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -326,7 +326,8 @@ EXPORT_SYMBOL(idr_get_new); | |||
326 | 326 | ||
327 | static void idr_remove_warning(int id) | 327 | static void idr_remove_warning(int id) |
328 | { | 328 | { |
329 | printk("idr_remove called for id=%d which is not allocated.\n", id); | 329 | printk(KERN_WARNING |
330 | "idr_remove called for id=%d which is not allocated.\n", id); | ||
330 | dump_stack(); | 331 | dump_stack(); |
331 | } | 332 | } |
332 | 333 | ||