Re: [PATCH 08/16] tty: drivers/tty/serial/, stop using tty_flip_buffer_push
From: "Russell King (Oracle)" <linux@armlinux.org.uk>
Date: 2021-09-16 12:54:57
Also in:
lkml
From: "Russell King (Oracle)" <linux@armlinux.org.uk>
Date: 2021-09-16 12:54:57
Also in:
lkml
On Tue, Sep 14, 2021 at 11:14:07AM +0200, Jiri Slaby wrote:
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 <redacted> --- drivers/tty/serial/21285.c | 2 +- drivers/tty/serial/amba-pl010.c | 2 +- drivers/tty/serial/amba-pl011.c | 6 +++--- drivers/tty/serial/clps711x.c | 2 +- drivers/tty/serial/sa1100.c | 2 +- drivers/tty/serial/serial_core.c | 2 +-
Reviewed-by: Russell King (Oracle) <redacted> Thanks. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!