spi: fsl: remove is_dma_mapped checks
authorDavid Lechner <dlechner@baylibre.com>
Thu, 28 Mar 2024 20:51:46 +0000 (15:51 -0500)
committerMark Brown <broonie@kernel.org>
Thu, 28 Mar 2024 21:09:46 +0000 (21:09 +0000)
commit64fe73d10323e399b2e8eb5407390bcb302a046c
treebac422d2873fab4a301ba434a0d3ea007bd1a785
parentc2064672f13344586234183e276cc4e0f2cfb70a
spi: fsl: remove is_dma_mapped checks

There are no more peripheral drivers that set t->tx_dma or t->rx_dma.
Therefore, is_dma_mapped is always false and can be removed.

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