tty: serial: extract tx_ready() from __serial_lpc32xx_tx()
authorJiri Slaby <jslaby@suse.cz>
Tue, 20 Sep 2022 05:20:45 +0000 (07:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Sep 2022 14:14:08 +0000 (16:14 +0200)
commit2a4be3a55cd2970aa8c45f6cd1cd9dce09061093
treebd9254ec54a460d20b1fbf56d38cbcbeb29ea81c
parent0fbf36bb6a072a537478f4e1071eb13c451a16e2
tty: serial: extract tx_ready() from __serial_lpc32xx_tx()

The condition in __serial_lpc32xx_tx()'s loop is barely readable.
Extract it to a separate function. This will make the cleanup in the
next patches easier too.

Cc: Vladimir Zapolskiy <vz@mleia.com>
Cc: <linux-arm-kernel@lists.infradead.org>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20220920052049.20507-6-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/lpc32xx_hs.c