]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
spi: spi-geni-qcom: Simplify setup_fifo_xfer()
authorStephen Boyd <swboyd@chromium.org>
Thu, 18 Jun 2020 23:39:58 +0000 (16:39 -0700)
committerMark Brown <broonie@kernel.org>
Fri, 19 Jun 2020 15:49:35 +0000 (16:49 +0100)
commit0d574c6b59c6ac0ae5b581a2ffb813d446a50a3d
treee3bdb49b23d6215a867c1bc096b2abad332aa380
parentd194a22f504ff366dc2910736c4449dcee57c202
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>
Cc: Douglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20200618233959.160032-1-swboyd@chromium.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-geni-qcom.c