spi: more tx_buf/rx_buf removal
authorMark Brown <broonie@kernel.org>
Fri, 29 Mar 2024 01:32:34 +0000 (01:32 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 29 Mar 2024 01:32:34 +0000 (01:32 +0000)
Merge series from David Lechner <dlechner@baylibre.com>:

I found a couple more controller drivers that were checking if the
tx_buf and rx_buf fields in the spi_transfer structure were set by a
peripheral driver that I missed in [1]. These checks can be removed
as well.

[1]: https://lore.kernel.org/linux-spi/20240325-spi-remove-is_dma_mapped-v2-1-d08d62b61f1c@baylibre.com/


Trivial merge