spi: pxa2xx-pci: Drop unneeded checks in lpss_spi_setup()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 25 Feb 2022 17:23:47 +0000 (19:23 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 28 Feb 2022 12:10:24 +0000 (12:10 +0000)
commitcb50f3f32a044ea45192a43e756b26048d35ba95
treeaa593968d75fe61b1fd9b2b29238c7c70dcb8a67
parent7e425c3c3d15241aa5b6c442a83f11b8bc4fee91
spi: pxa2xx-pci: Drop unneeded checks in lpss_spi_setup()

All of the LPSS devices are using DMA and set the parameters up,
hence no need to test for that.

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