]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
lib-list_sortc-convert-to-pr_foo-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 26 Jun 2014 00:42:53 +0000 (10:42 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 26 Jun 2014 00:42:53 +0000 (10:42 +1000)
Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Cc: Don Mullis <don.mullis@gmail.com>
Cc: Dave Chinner <david@fromorbit.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/list_sort.c

index 7b1bbc09c3737ccb0949933189747890390bb1b5..12bcba1c8612bcf998fe39548432548613591911 100644 (file)
@@ -128,8 +128,7 @@ void list_sort(void *priv, struct list_head *head,
                }
                if (lev > max_lev) {
                        if (unlikely(lev >= ARRAY_SIZE(part)-1)) {
-                               pr_debug_once("list passed to list_sort() too "
-                                             "long for efficiency\n");
+                               printk_once(KERN_DEBUG "list too long for efficiency\n");
                                lev--;
                        }
                        max_lev = lev;