]> git.itanic.dy.fi Git - linux-stable/commit
tty: drivers/tty/, stop using tty_schedule_flip()
authorJiri Slaby <jslaby@suse.cz>
Mon, 22 Nov 2021 11:16:46 +0000 (12:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Jul 2022 15:06:52 +0000 (17:06 +0200)
commitb50a820b06b2df3a20abe9facb679776d60b41cf
treef4fa663568066c8645b4dc05ae17ed0f1f0a3ad2
parent721646988e87f1013279623ce3bd4123cf327825
tty: drivers/tty/, stop using tty_schedule_flip()

commit 5f6a85158ccacc3f09744b3aafe8b11ab3b6c6f6 upstream.

Since commit a9c3f68f3cd8d (tty: Fix low_latency BUG) in 2014,
tty_flip_buffer_push() is only a wrapper to tty_schedule_flip(). We are
going to remove the latter (as it is used less), so call the former in
drivers/tty/.

Cc: Vladimir Zapolskiy <vz@mleia.com>
Reviewed-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20211122111648.30379-2-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/cyclades.c
drivers/tty/goldfish.c
drivers/tty/moxa.c
drivers/tty/serial/lpc32xx_hs.c
drivers/tty/vt/keyboard.c
drivers/tty/vt/vt.c