commit | fb30a1819a4315091cb731403ebf74ff1a490f43 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Fri Oct 04 16:39:22 2013 +0100 |
committer | Mark Brown <broonie@linaro.org> | Mon Oct 07 19:45:19 2013 +0100 |
tree | ecabe18e7dcd0801afb1846e74c0e205fd8ec323 | |
parent | d0e639c9e06d44e713170031fe05fb60ebe680af [diff] |
spi/tegra20-slink: Remove unused is_single_xfer check Currently transfer_one_message() checks to see if the message consists of a single spi_transfer and tells _start_transfer_one() but it just ignores this. Don't bother. Signed-off-by: Mark Brown <broonie@linaro.org> Acked-by: Laxman Dewangan <ldewangan@nvidia.com>