spi: xcomm: Remove duplicate code to set default bits_per_word and max speed
authorAxel Lin <axel.lin@ingics.com>
Sun, 2 Mar 2014 14:48:41 +0000 (22:48 +0800)
committerMark Brown <broonie@linaro.org>
Tue, 4 Mar 2014 03:19:14 +0000 (11:19 +0800)
commitaf348519e4a41eac8eae82cf3dcaeb6c1b008113
tree6504aa74755a5791a596676c5bb0caec01c7fb46
parent38dbfb59d1175ef458d006556061adeaa8751b72
spi: xcomm: Remove duplicate code to set default bits_per_word and max speed

In the implementation of __spi_validate(), spi core will set transfer
bits_per_word and max speed as spi device default if it is not set for
this transfer. So we can remove the same logic in spi_xcomm_setup_transfer().
Also remove a redundant code to initialize is_first variable.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-xcomm.c