]> git.baikalelectronics.ru Git - kernel.git/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>
Thu, 25 Nov 2021 17:35:23 +0000 (18:35 +0100)
commitb12863772d8e1d0671651ed5a189d484757cf6cf
treea170e2ad7ca9e0230bd0df0d2d421fc2865bba81
parent076290f2986471358220f4c1ee6b05b93fcc7956
tty: drivers/tty/, stop using tty_schedule_flip()

Since commit 671ac8a2b9188 (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/goldfish.c
drivers/tty/moxa.c
drivers/tty/serial/lpc32xx_hs.c
drivers/tty/vt/keyboard.c
drivers/tty/vt/vt.c