spi/tegra20-slink: Remove unused is_single_xfer check
authorMark Brown <broonie@linaro.org>
Fri, 4 Oct 2013 15:39:22 +0000 (16:39 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 7 Oct 2013 18:45:19 +0000 (19:45 +0100)
commitfb30a1819a4315091cb731403ebf74ff1a490f43
treeecabe18e7dcd0801afb1846e74c0e205fd8ec323
parentd0e639c9e06d44e713170031fe05fb60ebe680af
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>
drivers/spi/spi-tegra20-slink.c