]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/kernel/early_printk.c
Merge remote-tracking branch 'tty/tty-next'
[karo-tx-linux.git] / arch / x86 / kernel / early_printk.c
index 7a53da03086fbaaa2d796854d9a94611a0fd1bb1..9b9f18b4991849f7cc1923441bea2d5f5359886c 100644 (file)
@@ -247,7 +247,7 @@ static int __init setup_early_printk(char *buf)
                }
 
                if (!strncmp(buf, "hsu", 3)) {
-                       hsu_early_console_init();
+                       hsu_early_console_init(buf + 3);
                        early_console_register(&early_hsu_console, keep);
                }
 #endif