diff --git a/[refs] b/[refs] index 807cd27528bd..fcf9059bb446 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4ae537892ab9858f71c78701f4651ad1ca531a1b +refs/heads/master: f098ad655f4dd8e3da98ffbeda9cedcc4459c01a diff --git a/trunk/lib/idr.c b/trunk/lib/idr.c index 8170ace154fb..9d905b131ecb 100644 --- a/trunk/lib/idr.c +++ b/trunk/lib/idr.c @@ -326,7 +326,8 @@ EXPORT_SYMBOL(idr_get_new); static void idr_remove_warning(int id) { - printk("idr_remove called for id=%d which is not allocated.\n", id); + printk(KERN_WARNING + "idr_remove called for id=%d which is not allocated.\n", id); dump_stack(); }