Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[firefly-linux-kernel-4.4.55.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