Re: [PATCH 08/16] tty: drivers/tty/serial/, stop using tty_flip_buffer_push

From: Nicolas Ferre
Date: Thu Sep 16 2021 - 03:13:28 EST


On 14/09/2021 at 11:14, Jiri Slaby wrote:
EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe

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 former, so call the latter directly in
drivers/tty/serial/.

Signed-off-by: Jiri Slaby <jslaby@xxxxxxx>
Cc: Joel Stanley <joel@xxxxxxxxx>
Cc: Andrew Jeffery <andrew@xxxxxxxx>
Cc: Al Cooper <alcooperx@xxxxxxxxx>
Cc: Matthias Brugger <matthias.bgg@xxxxxxxxx>
Cc: Tobias Klauser <tklauser@xxxxxxxxxx>
Cc: Russell King <linux@xxxxxxxxxxxxxxx>
Cc: Vineet Gupta <vgupta@xxxxxxxxxx>
Cc: Richard Genoud <richard.genoud@xxxxxxxxx>
Cc: Nicolas Ferre <nicolas.ferre@xxxxxxxxxxxxx>
Cc: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxx>
Cc: Ludovic Desroches <ludovic.desroches@xxxxxxxxxxxxx>

[..]

For:

drivers/tty/serial/atmel_serial.c | 6 +++---

Acked-by: Nicolas Ferre <nicolas.ferre@xxxxxxxxxxxxx>

Regards,
--
Nicolas Ferre