serial: meson: remove unneeded variable assignment in meson_serial_port_write
authorHeiner Kallweit <hkallweit1@gmail.com>
Wed, 19 Apr 2017 20:17:44 +0000 (22:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 May 2017 14:34:56 +0000 (16:34 +0200)
commitba50f1df13c8f1a7bbd301cacde4b668b4a3b1bb
tree7e4b2624404c3b08df9dc3f6cacf28f80e8b648b
parent88f37d707132fa7854d337455e3290af1c8fae5d
serial: meson: remove unneeded variable assignment in meson_serial_port_write

There's no need to set AML_UART_TX_EN in each call to
meson_serial_port_write. In addition to meson_uart_startup
set this flag in meson_serial_console_setup and
meson_serial_early_console_setup.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/meson_uart.c