commit | ba50f1df13c8f1a7bbd301cacde4b668b4a3b1bb | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <[email protected]> | Wed Apr 19 22:17:44 2017 +0200 |
committer | Greg Kroah-Hartman <[email protected]> | Thu May 18 16:34:56 2017 +0200 |
tree | 7e4b2624404c3b08df9dc3f6cacf28f80e8b648b | |
parent | 88f37d707132fa7854d337455e3290af1c8fae5d [diff] |
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>