]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
init-mainc-add-initcall_blacklist-kernel-parameter-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 22 May 2014 00:43:45 +0000 (10:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:43:45 +0000 (10:43 +1000)
tweak printk text

Cc: Andi Kleen <andi@firstfloor.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Josh Boyer <jwboyer@fedoraproject.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Prarit Bhargava <prarit@redhat.com>
Cc: Richard Weinberger <richard.weinberger@gmail.com>
Cc: Rob Landley <rob@landley.net>
Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
init/main.c

index 6b275a2ea05be2c724d6bc69e911ebecf030ec8e..8ac3833f2bdf62552030757de13916e9bc6d1011 100644 (file)
@@ -683,7 +683,7 @@ static int __init initcall_blacklist(char *str)
        do {
                str_entry = strsep(&str, ",");
                if (str_entry) {
-                       pr_debug("initcall blacklisted %s\n", str_entry);
+                       pr_debug("blacklisting initcall %s\n", str_entry);
                        entry = alloc_bootmem(sizeof(*entry));
                        entry->buf = alloc_bootmem(strlen(str_entry) + 1);
                        strcpy(entry->buf, str_entry);