]> git.baikalelectronics.ru Git - kernel.git/commit
spi: spi-mxs: Remove full duplex check, spi core already does it
authorTrent Piepho <tpiepho@gmail.com>
Tue, 1 Oct 2013 20:15:11 +0000 (13:15 -0700)
committerMark Brown <broonie@linaro.org>
Fri, 18 Oct 2013 00:00:30 +0000 (01:00 +0100)
commit95824b13cdb119bb49146602d0f3f901f5115d33
treedc9b845ea140e38b4bbae5a7ff5b9ea55de9f900
parent8fa4c54067e296102dc9154ce73cf669b161a6dd
spi: spi-mxs: Remove full duplex check, spi core already does it

Because the driver sets the SPI_MASTER_HALF_DUPLEX flag, the spi core
will check transfers to insure they are not full duplex.  It's not
necessary to check that in the spi-mxs driver as well.

Signed-off-by: Trent Piepho <tpiepho@gmail.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-mxs.c