spi: au1550: t->{tx,rx}_dma checks
authorDavid Lechner <dlechner@baylibre.com>
Thu, 28 Mar 2024 20:51:45 +0000 (15:51 -0500)
committerMark Brown <broonie@kernel.org>
Thu, 28 Mar 2024 21:09:45 +0000 (21:09 +0000)
commitc2064672f13344586234183e276cc4e0f2cfb70a
tree207dce82367da2f1db96a5e49430c85374a48fe2
parenta5bef84422eb066ee8fa5c13960657a79b3cc1e7
spi: au1550: t->{tx,rx}_dma checks

There are no more peripheral drivers that set t->tx_dma or t->rx_dma so
these will always == 0. Therefore, we can remove these checks since
they are always true.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Link: https://msgid.link/r/20240328-spi-more-tx-rx-buf-cleanup-v1-1-9ec1ceedf08c@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-au1550.c