]> git.baikalelectronics.ru Git - kernel.git/commit
spi/tegra20-slink: Move first transfer preparation to prepare_message
authorMark Brown <broonie@linaro.org>
Sat, 5 Oct 2013 11:30:42 +0000 (12:30 +0100)
committerMark Brown <broonie@linaro.org>
Thu, 17 Oct 2013 09:57:48 +0000 (10:57 +0100)
commitaee6177d7ee2c7f92c3bc488a40bf2b8263e9805
treed3c1c5270fc308ec3179a82c58c8e96b22f0f1da
parent36e692ec349fc568c246867dac27d37cd9376145
spi/tegra20-slink: Move first transfer preparation to prepare_message

This is more idiomatic for the factored out message processing and gives a
small simplification of the code since we always set the per-transfer
parameters in the same fashion.

Signed-off-by: Mark Brown <broonie@linaro.org>
Tested-by: Stephen Warren <swarren@nvidia.com>
drivers/spi/spi-tegra20-slink.c