serial: 8250_omap: Convert to use uart_xmit_advance()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 9 Sep 2022 09:12:58 +0000 (12:12 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Sep 2022 07:27:38 +0000 (09:27 +0200)
commit77b2d26805c9b438b5f74cf73849979d28cefeb3
treeccf828c88497770a9c594c24dd5544fe23086c57
parenta12c689209185c1ad872723a644d0cd27e52d49c
serial: 8250_omap: Convert to use uart_xmit_advance()

uart_xmit_advance() provides a common way on how to advance
the Tx queue. Use it for the sake of unification and robustness.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220909091258.68886-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_omap.c