aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/early_printk.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/kernel/early_printk.c')
-rw-r--r--arch/s390/kernel/early_printk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/early_printk.c b/arch/s390/kernel/early_printk.c
index 9431784d7796..40c1dfec944e 100644
--- a/arch/s390/kernel/early_printk.c
+++ b/arch/s390/kernel/early_printk.c
@@ -10,7 +10,7 @@
static void sclp_early_write(struct console *con, const char *s, unsigned int len)
{
- __sclp_early_printk(s, len);
+ __sclp_early_printk(s, len, 0);
}
static struct console sclp_early_console = {