summaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_ldsem.c
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2022-05-03 10:08:03 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-05-05 22:42:45 +0200
commitd9f3af4fbb1d955bbaf872d9e76502f6e3e803cb (patch)
treed7985ee5f84c7eac133d824a2bfdb29a2570eb26 /drivers/tty/tty_ldsem.c
parent6c1f77c3781a893cabe04b560a63b0524fe458f3 (diff)
downloadlinux-d9f3af4fbb1d955bbaf872d9e76502f6e3e803cb.tar.bz2
serial: pch: don't overwrite xmit->buf[0] by x_char
When x_char is to be sent, the TX path overwrites whatever is in the circular buffer at offset 0 with x_char and sends it using pch_uart_hal_write(). I don't understand how this was supposed to work if xmit->buf[0] already contained some character. It must have been lost. Remove this whole pop_tx_x() concept and do the work directly in the callers. (Without printing anything using dev_dbg().) Cc: <stable@vger.kernel.org> Fixes: 3c6a483275f4 (Serial: EG20T: add PCH_UART driver) Signed-off-by: Jiri Slaby <jslaby@suse.cz> Link: https://lore.kernel.org/r/20220503080808.28332-1-jslaby@suse.cz Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/tty_ldsem.c')
0 files changed, 0 insertions, 0 deletions