[PATCH] mfd: wm831x: Remove erronious bits per word set

From: Mark Brown
Date: Tue Jul 30 2013 - 08:20:12 EST


From: Mark Brown <broonie@xxxxxxxxxx>

Since the conversion to the regmap API setting bits per word will lead to
data corruption since the regmap API already configures the bits per word
appropriately.

Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
---
drivers/mfd/wm831x-spi.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/mfd/wm831x-spi.c b/drivers/mfd/wm831x-spi.c
index e7ed14f66..07de3cc 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)
if (wm831x == NULL)
return -ENOMEM;

- spi->bits_per_word = 16;
spi->mode = SPI_MODE_0;

spi_set_drvdata(spi, wm831x);
--
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/