tty: serial: meson: merge the two register sections for AML_UART_CONTROL
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Fri, 17 Nov 2017 18:18:00 +0000 (19:18 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2017 14:32:33 +0000 (15:32 +0100)
commit44137e400c8f8b4f8b0c834d0b156c44cebc6743
tree1c017a1126c076702b57c7c79ee215cb4bcfbc32
parentc0f0b8c51f674d10981704563475020604214fae
tty: serial: meson: merge the two register sections for AML_UART_CONTROL

In the code there are two separate sections which each describe some of
the bits in the AML_UART_CONTROL register.
Merge these into one section to make the code easier to read.
No functional changes intended.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/meson_uart.c