serial: qcom_geni_serial: Always use 4 bytes per TX FIFO word
authorDouglas Anderson <dianders@chromium.org>
Fri, 26 Jun 2020 20:00:33 +0000 (13:00 -0700)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 13 Jul 2020 23:47:31 +0000 (16:47 -0700)
commit650c8bd36a66c708be343d66a741b05d88d65b55
tree4489df6bea2de4c47145dd99efe87c6a38a75632
parente42d6c3ec0c7ade92021252cab49d8e6e14ba496
serial: qcom_geni_serial: Always use 4 bytes per TX FIFO word

The geni serial driver had a rule that we'd only use 1 byte per FIFO
word for the TX FIFO if we were being used for the serial console.
This is ugly and a bit of a pain.  It's not too hard to fix, so fix
it.

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Evan Green <evgreen@chromium.org>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20200626125844.2.Iabd56347670b9e4e916422773aba5b27943d19ee@changeid
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/tty/serial/qcom_geni_serial.c