]> git.baikalelectronics.ru Git - kernel.git/commit
serial: 8250_dw: Use dw8250_serial_out() in dw8250_serial_out38x()
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 28 Jun 2022 13:42:31 +0000 (16:42 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Jun 2022 15:11:45 +0000 (17:11 +0200)
commit288f6fe1eef248854b09e4bd1d7f568554a1171b
tree5e2635bfc7b032cc02c832553bf9c6bac43d48a1
parentc659097746c82ba59f74f51d91f06e8d77eb17af
serial: 8250_dw: Use dw8250_serial_out() in dw8250_serial_out38x()

Place dw8250_serial_out() before dw8250_serial_out38x() so that it can
be called from dw8250_serial_out38x() to do the actual write.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20220628134234.53771-2-ilpo.jarvinen@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_dw.c