]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/kernel/udbg.c
8139too: some style cleanups
[linux-2.6-omap-h63xx.git] / arch / powerpc / kernel / udbg.c
index 7aad6203e411e926580dba0517deb918d3558a83..7d6c9bb8c77fe4f6f220b81d82b282f70e26b83f 100644 (file)
@@ -154,8 +154,8 @@ static void udbg_console_write(struct console *con, const char *s,
 static struct console udbg_console = {
        .name   = "udbg",
        .write  = udbg_console_write,
-       .flags  = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT,
-       .index  = -1,
+       .flags  = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
+       .index  = 0,
 };
 
 static int early_console_initialized;