serial: fsl_linflexuart: don't call uart_write_wakeup() twice
authorJiri Slaby <jslaby@suse.cz>
Mon, 24 Jan 2022 07:14:28 +0000 (08:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Jan 2022 13:54:48 +0000 (14:54 +0100)
commitd88812a8d66617efdb41d787efca0907ccd98716
tree545331da7c363e578d7d64ea0941c775a7b6052e
parent7b9528c2919091d77a892096d24480af39c70d25
serial: fsl_linflexuart: don't call uart_write_wakeup() twice

linflex_txint() calls linflex_transmit_buffer() which calls
uart_write_wakeup(). So there is no point to repeat it in
linflex_txint() again -- remove it.

Cc: Stefan-gabriel Mirea <stefan-gabriel.mirea@nxp.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20220124071430.14907-10-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/fsl_linflexuart.c