Merge commit 'spi/topic/sc18is602' into spi-linus
[platform/kernel/linux-stable.git] / drivers / spi / spi-sc18is602.c
index c981d21..121c2e1 100644 (file)
@@ -247,9 +247,6 @@ error:
 
 static int sc18is602_setup(struct spi_device *spi)
 {
-       if (!spi->bits_per_word)
-               spi->bits_per_word = 8;
-
        if (spi->mode & ~(SPI_CPHA | SPI_CPOL | SPI_LSB_FIRST))
                return -EINVAL;