]> Git Repo - linux.git/commit - drivers/tty/moxa.c
tty: drivers/tty/, stop using tty_schedule_flip()
authorJiri Slaby <[email protected]>
Mon, 22 Nov 2021 11:16:46 +0000 (12:16 +0100)
committerGreg Kroah-Hartman <[email protected]>
Thu, 25 Nov 2021 17:35:23 +0000 (18:35 +0100)
commit5f6a85158ccacc3f09744b3aafe8b11ab3b6c6f6
treea170e2ad7ca9e0230bd0df0d2d421fc2865bba81
parent57dcb6ec85d59e04285b7dcf10924bb819c8e46f
tty: drivers/tty/, stop using tty_schedule_flip()

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 <[email protected]>
Reviewed-by: Johan Hovold <[email protected]>
Signed-off-by: Jiri Slaby <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/tty/goldfish.c
drivers/tty/moxa.c
drivers/tty/serial/lpc32xx_hs.c
drivers/tty/vt/keyboard.c
drivers/tty/vt/vt.c
This page took 0.058616 seconds and 4 git commands to generate.