tty: drivers/tty/, stop using tty_schedule_flip()
Since commit a9c3f68f (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>
Showing
- drivers/tty/goldfish.c 1 addition, 1 deletiondrivers/tty/goldfish.c
- drivers/tty/moxa.c 2 additions, 2 deletionsdrivers/tty/moxa.c
- drivers/tty/serial/lpc32xx_hs.c 1 addition, 1 deletiondrivers/tty/serial/lpc32xx_hs.c
- drivers/tty/vt/keyboard.c 3 additions, 3 deletionsdrivers/tty/vt/keyboard.c
- drivers/tty/vt/vt.c 1 addition, 1 deletiondrivers/tty/vt/vt.c
Loading
-
mentioned in commit aa60c0cc
-
mentioned in commit b50a820b
-
mentioned in commit ea255921
-
mentioned in commit clo/lc/chromiumos/third_party/kernel@6935c765
-
mentioned in commit clo/qsdk/kernel/linux-nbu@cb865337
Please register or sign in to comment