spi: mpc512x: Call mpc512x_psc_spi_transfer_setup() unconditionally
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Tue, 15 Sep 2015 13:26:19 +0000 (16:26 +0300)
committerMark Brown <broonie@kernel.org>
Thu, 17 Sep 2015 11:33:31 +0000 (12:33 +0100)
commit85c1912d44081173b9cd796955959a8201aa7a4e
tree98f59a7b67089827eb5f4b9acb591c5b90463dcd
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f
spi: mpc512x: Call mpc512x_psc_spi_transfer_setup() unconditionally

SPI core validates both bits_per_word and speed_hz transfer parameters and
thus the if statement here is needless as it will always call the
mpc512x_psc_spi_transfer_setup().

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-mpc512x-psc.c
This page took 0.024718 seconds and 5 git commands to generate.