commit | b69d42b5c44bcfc1c73fe185d4644487f1bd3193 | [log] [tgz] |
---|---|---|
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | Tue Sep 15 16:26:28 2015 +0300 |
committer | Mark Brown <broonie@kernel.org> | Thu Sep 17 18:36:15 2015 +0100 |
tree | 430041fa2efbd65691213794c456278fe0fbc1ae | |
parent | 196b0e2cf2373f43d7b0e8c1a63e9d528c06e1df [diff] |
spi: pxa2xx: Remove cr0 variable from struct chip_data There hasn't been need to carry chip->cr0 after SPI core started to validate speed_hz and bits_per_word transfer parameters. That effectively caused that pump_transfers() always recalculated it and practically chip->cr0 is used locally in setup() for debug prints only. Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>