commit | 368ca4e0c75612c0a4d6bbcef7efb944604340c2 | [log] [tgz] |
---|---|---|
author | Trent Piepho <tpiepho@gmail.com> | Thu Dec 26 21:51:06 2013 -0800 |
committer | Mark Brown <broonie@linaro.org> | Mon Dec 30 12:44:18 2013 +0000 |
tree | 2e8dafb17158d8d4f8b43743db263d13e68feb14 | |
parent | 89c1f60746106755e29dcc3db9f22e37000891ef [diff] |
spi: Eliminate 3WIRE spi_transfer check Checking for SPI_3WIRE isn't needed. spi_setup() already prevents 3WIRE mode from being combined with DUAL or QUAD mode support. So there is no need to differentiate between a single bit device with SPI_3WIRE set and one with without. It doesn't change the allowed bit widths. Signed-off-by: Trent Piepho <tpiepho@gmail.com> Signed-off-by: Mark Brown <broonie@linaro.org>