diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2015-09-15 16:26:21 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-17 12:34:20 +0100 |
commit | 76f67ea9bf27b045eacf8f1e148fd13149f51823 (patch) | |
tree | 8beaf78c07e1db3899c2c7ac6fff468c38b4e48d /drivers/media/tuners | |
parent | 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff) | |
download | linux-76f67ea9bf27b045eacf8f1e148fd13149f51823.tar.gz linux-76f67ea9bf27b045eacf8f1e148fd13149f51823.tar.bz2 linux-76f67ea9bf27b045eacf8f1e148fd13149f51823.zip |
spi: omap-100k: Rely on validations done by spi core
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 a few if statements around per transfer bits_per_word
and speed_hz tests as they evaluate always to true.
Also defaulting word_len to 8 is needless since spi_setup() has already
made sure spi->bits_per_word is 8 in case it is not set.
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/media/tuners')
0 files changed, 0 insertions, 0 deletions