diff options
Diffstat (limited to 'drivers/spi/spi_bfin5xx.c')
-rw-r--r-- | drivers/spi/spi_bfin5xx.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/spi/spi_bfin5xx.c b/drivers/spi/spi_bfin5xx.c index 2e5fd0977334..d54058a903be 100644 --- a/drivers/spi/spi_bfin5xx.c +++ b/drivers/spi/spi_bfin5xx.c | |||
@@ -1016,10 +1016,6 @@ static int bfin_spi_setup(struct spi_device *spi) | |||
1016 | return -EINVAL; | 1016 | return -EINVAL; |
1017 | } | 1017 | } |
1018 | 1018 | ||
1019 | /* Zero (the default) here means 8 bits */ | ||
1020 | if (!spi->bits_per_word) | ||
1021 | spi->bits_per_word = 8; | ||
1022 | |||
1023 | if (spi->bits_per_word != 8 && spi->bits_per_word != 16) | 1019 | if (spi->bits_per_word != 8 && spi->bits_per_word != 16) |
1024 | return -EINVAL; | 1020 | return -EINVAL; |
1025 | 1021 | ||