diff options
Diffstat (limited to 'drivers/mfd/wm831x-spi.c')
-rw-r--r-- | drivers/mfd/wm831x-spi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/wm831x-spi.c b/drivers/mfd/wm831x-spi.c index e7ed14f661d8..07de3cc5a0d9 100644 --- a/drivers/mfd/wm831x-spi.c +++ b/drivers/mfd/wm831x-spi.c | |||
@@ -34,7 +34,6 @@ static int wm831x_spi_probe(struct spi_device *spi) | |||
34 | if (wm831x == NULL) | 34 | if (wm831x == NULL) |
35 | return -ENOMEM; | 35 | return -ENOMEM; |
36 | 36 | ||
37 | spi->bits_per_word = 16; | ||
38 | spi->mode = SPI_MODE_0; | 37 | spi->mode = SPI_MODE_0; |
39 | 38 | ||
40 | spi_set_drvdata(spi, wm831x); | 39 | spi_set_drvdata(spi, wm831x); |