diff --git a/drivers/tty/vt/vt.c b/drivers/tty/vt/vt.c index adf5c896cecb6e4470bb8d6c55e5786dce9d2516..41ad46bf22c5121dadafa6e5d7fabfcc274cb3ca 100644 --- a/drivers/tty/vt/vt.c +++ b/drivers/tty/vt/vt.c @@ -2767,8 +2767,8 @@ static int do_con_write(struct tty_struct *tty, const unsigned char *buf, int co con_flush(vc, draw_from, draw_to, &draw_x); vc_uniscr_debug_check(vc); console_conditional_schedule(); - console_unlock(); notify_update(vc); + console_unlock(); return n; }