]> git.baikalelectronics.ru Git - kernel.git/commit
tty: cpm_uart, use port->flags instead of low_latency
authorJiri Slaby <jslaby@suse.cz>
Tue, 5 Jan 2021 12:02:37 +0000 (13:02 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Jan 2021 15:17:31 +0000 (16:17 +0100)
commit7353e02958111491edc193d3a2e67fffc09de832
tree93a6418549b1cb9ea686bb8d83c1445b7f1f1c20
parent7a9b002980b6beaa28d0fa68123a26d59d99f987
tty: cpm_uart, use port->flags instead of low_latency

This is the only in-kernel user of tty_port::low_latency. Switch this
last one to test uport->flags directly as tty_port::low_latency is going
away in the next patch.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210105120239.28031-10-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/cpm_uart/cpm_uart_core.c