Andy Shevchenko 863cb2f72e spi: dw: remove bits_per_word member of struct chip_data
There is no need to carry over spi->bits_per_word and Co from ->setup() in
struct chip_data since ->transfer_one() will anyway take the transfer
parameters from struct spi_transfer. This is since SPI core validates both
bits_per_word transfer parameter and defaults to spi->bits_per_word in case
that per transfer parameter is not set.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2015-10-19 20:32:01 +01:00
..
2015-08-10 19:07:04 +01:00
2014-12-22 15:32:42 +00:00
2015-07-24 16:08:55 +01:00
2015-03-17 12:15:22 +00:00
2014-12-22 15:32:42 +00:00
2015-03-17 12:15:22 +00:00
2014-12-14 16:10:09 -08:00