spi: pxa2xx: Remove redundant call to lpss_ssp_setup() in probe
authorMika Westerberg <mika.westerberg@linux.intel.com>
Fri, 20 Nov 2015 11:55:21 +0000 (13:55 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 20 Nov 2015 18:19:14 +0000 (18:19 +0000)
commitd599af65fda384b5e91780485f243c9f2d3e757d
treea26138e65612699dcac2a9eaf4adc512ce6e9fd6
parent8005c49d9aea74d382f474ce11afbbc7d7130bec
spi: pxa2xx: Remove redundant call to lpss_ssp_setup() in probe

Commit 8b136baa5892 ("spi: pxa2xx: Detect number of enabled Intel LPSS SPI
chip select signals") added a block where lpss_ssp_setup() gets called
again for Intel LPSS SPI host controllers before checking number of chip
selects from the capabilities register.

There is no point in calling the function twice in probe so remove the
first call.

Reported-by: Aaron Lu <aaron.lu@intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pxa2xx.c