spi: pxa2xx-pci: Move dma_burst_size assignment to ->setup()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 25 Feb 2022 17:23:44 +0000 (19:23 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 28 Feb 2022 12:10:21 +0000 (12:10 +0000)
commitbd2e24de10da015147b02f8c2c4b8ebea8fa9574
tree0173a6afa071df938ad15600d45044c4cea085c3
parent108607ce4e39a51caca51aa97c44c31041a597d1
spi: pxa2xx-pci: Move dma_burst_size assignment to ->setup()

Instead of using conditional, move dma_burst_size to the corresponding
->setup() function.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220225172350.69797-5-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pxa2xx-pci.c