spi: spi-geni-qcom: Simplify setup_fifo_xfer()
authorStephen Boyd <swboyd@chromium.org>
Sat, 20 Jun 2020 02:22:32 +0000 (19:22 -0700)
committerMark Brown <broonie@kernel.org>
Mon, 22 Jun 2020 14:58:31 +0000 (15:58 +0100)
commit19ea327544507dbebc1630bc93ea188e4fae94bb
tree30a23b3b82ae351661cd0d2b13e0a00b91280d0d
parent7ba9bdcb91f694b0eaf486a825afd9c2d99532b7
spi: spi-geni-qcom: Simplify setup_fifo_xfer()

The definition of SPI_FULL_DUPLEX (3) is really SPI_TX_ONLY (1) ORed
with SPI_RX_ONLY (2). Let's drop the define and simplify the code here a
bit by collapsing the setting of 'm_cmd' into conditions that are the
same.

This is a non-functional change, just cleanup to consolidate code.

Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20200620022233.64716-2-swboyd@chromium.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-geni-qcom.c