diff options
Diffstat (limited to 'drivers/tty/tty_buffer.c')
-rw-r--r-- | drivers/tty/tty_buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/tty_buffer.c b/drivers/tty/tty_buffer.c index 6cf87d7afb7e..45d916198f78 100644 --- a/drivers/tty/tty_buffer.c +++ b/drivers/tty/tty_buffer.c | |||
@@ -473,7 +473,7 @@ static void flush_to_ldisc(struct work_struct *work) | |||
473 | struct tty_ldisc *disc; | 473 | struct tty_ldisc *disc; |
474 | 474 | ||
475 | tty = port->itty; | 475 | tty = port->itty; |
476 | if (WARN_RATELIMIT(tty == NULL, "tty is NULL")) | 476 | if (WARN_RATELIMIT(tty == NULL, "tty is NULL\n")) |
477 | return; | 477 | return; |
478 | 478 | ||
479 | disc = tty_ldisc_ref(tty); | 479 | disc = tty_ldisc_ref(tty); |