On Mon, Nov 22, 2021 at 12:16:45PM +0100, Jiri Slaby wrote: > 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() Thanks for the v2, looks good. For the series: Reviewed-by: Johan Hovold <johan@xxxxxxxxxx> Johan