]> git.baikalelectronics.ru Git - kernel.git/commit
spi: omap-uwire: Remove needless bits_per_word and speed_hz tests
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Tue, 15 Sep 2015 13:26:20 +0000 (16:26 +0300)
committerMark Brown <broonie@kernel.org>
Thu, 17 Sep 2015 11:33:58 +0000 (12:33 +0100)
commit6984af6997b62fc5c6588e3a6917ab5237388cf3
tree3f849cb28fbef2ccb65206df6da82c3bdc4fcdcc
parent48fdd7874f07dfb3a661edca7ea1d4807bb4ccb0
spi: omap-uwire: Remove needless bits_per_word and speed_hz tests

SPI core validates both bits_per_word and speed_hz transfer parameters and
defaults to spi->bits_per_word and spi->max_speed_hz in case these per
transfer parameters are not set. This allows to remove two needless tests
from uwire_txrx() and uwire_setup_transfer().

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-omap-uwire.c