]> git.karo-electronics.de Git - karo-tx-linux.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)
commitf178e3dec700d5f47cc9a282dd098a2a7422d6c7
treed3c1c5270fc308ec3179a82c58c8e96b22f0f1da
parent63fc184cde2d771affc2e7885c05a2792bae9f86
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