commit | 20f4c379c39d54a8912a2a472cee41782a3a312a | [log] [tgz] |
---|---|---|
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | Fri Mar 29 15:00:45 2019 +0200 |
committer | Mark Brown <broonie@kernel.org> | Tue Apr 02 13:00:12 2019 +0700 |
tree | 4ec55b6e8cd99f0220a871a30cd172859a0099b4 | |
parent | 2b17a3c759e5e2ed3faafb69e243ec312e3bf0da [diff] |
spi: pxa2xx: Use struct spi_device directly in pxa2xx_spi_transfer_one() Pointer to a SPI device is passed to pxa2xx_spi_transfer_one() so there is no need to access it through the current SPI message pointer. Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>