From: Trent Piepho Date: Fri, 27 Dec 2013 05:51:06 +0000 (-0800) Subject: spi: Eliminate 3WIRE spi_transfer check X-Git-Tag: v3.14-rc1~91^2~6^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=368ca4e0c75612c0a4d6bbcef7efb944604340c2;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed