Files
odroid-linux/drivers
Jarkko Nikula 3f8958cf9a 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>
2015-09-17 12:34:37 +01:00
..
2015-08-15 22:10:26 -04:00
2015-09-05 19:37:31 +02:00
2015-07-24 15:14:04 -06:00
2015-08-09 16:28:09 -07:00