tty: serial: owl-uart, send x_char even if stopped
authorJiri Slaby <jslaby@suse.cz>
Mon, 11 Apr 2022 10:45:05 +0000 (12:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Apr 2022 16:27:18 +0000 (18:27 +0200)
commitd9b80d07db686402bbb3b237692a98da93125ace
tree426c6ad9c6ba77eb51461d7413a6f0c0c35dbc66
parent83ead219292afb5dd401b68c4ee3becf8d26b6e4
tty: serial: owl-uart, send x_char even if stopped

Flow control characters should be sent even if the TX is stopped. So fix
owl-uart to behave the same as other drivers.

This unification also allows the use of the TX helper in the future.

Cc: "Andreas Färber" <afaerber@suse.de>
Cc: Manivannan Sadhasivam <mani@kernel.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20220411104506.8990-3-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/owl-uart.c