]> git.hungrycats.org Git - linux/commitdiff
[PATCH] PA-RISC MUX device is not a boot console
authorMatthew Wilcox <willy@parisc-linux.org>
Wed, 16 Mar 2005 00:28:40 +0000 (16:28 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 16 Mar 2005 00:28:40 +0000 (16:28 -0800)
MUX should never have had CON_BOOT set

Signed-off-by: Matthew Wilcox <willy@parisc-linux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/serial/mux.c

index 033f9b145b889deb22c8645517976642d80b05b2..dadd7e19714e1c91cc20a704fd87049c65f8898c 100644 (file)
@@ -404,7 +404,7 @@ static struct console mux_console = {
        .write =        mux_console_write,
        .device =       mux_console_device,
        .setup =        mux_console_setup,
-       .flags =        CON_BOOT|CON_PRINTBUFFER|CON_ENABLED,
+       .flags =        CON_ENABLED | CON_PRINTBUFFER,
        .index =        0,
 };