diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2015-09-25 09:03:01 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-25 11:02:50 -0700 |
commit | e8646580cc9a6ae24ab3d05f90e71334f50cdedf (patch) | |
tree | 9daabc353bdd0696f108eea66f87125aeb6ba26c /tools/perf/python | |
parent | 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff) |
spi: atmel: 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 makes possible to remove two if
statements and remove one code block that is never executed.
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/python')
0 files changed, 0 insertions, 0 deletions