[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211122111648.30379-1-jslaby@suse.cz>
Date: Mon, 22 Nov 2021 12:16:45 +0100
From: Jiri Slaby <jslaby@...e.cz>
To: gregkh@...uxfoundation.org
Cc: linux-serial@...r.kernel.org, linux-kernel@...r.kernel.org,
johan@...nel.org, Jiri Slaby <jslaby@...e.cz>
Subject: [PATCH v2 0/3] tty: drop tty_schedule_flip()
There are two identical functions: tty_schedule_flip and
tty_flip_buffer_push. Remove the former.
This is [v2] as [v1] was dropping tty_flip_buffer_push. And
tty_flip_buffer_push is spread wider, so remove the less used one as
proposed by Johan.
Jiri Slaby (3):
tty: drivers/tty/, stop using tty_schedule_flip()
tty: the rest, stop using tty_schedule_flip()
tty: drop tty_schedule_flip()
arch/alpha/kernel/srmcons.c | 2 +-
drivers/accessibility/speakup/spk_ttyio.c | 4 +--
drivers/s390/char/keyboard.h | 4 +--
drivers/tty/goldfish.c | 2 +-
drivers/tty/moxa.c | 4 +--
drivers/tty/serial/lpc32xx_hs.c | 2 +-
drivers/tty/tty_buffer.c | 30 ++++++-----------------
drivers/tty/vt/keyboard.c | 6 ++---
drivers/tty/vt/vt.c | 2 +-
include/linux/tty_flip.h | 1 -
10 files changed, 21 insertions(+), 36 deletions(-)
--
2.33.1
Powered by blists - more mailing lists