mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 05:34:13 +08:00
mfd: wm831x: Remove erronious bits per word set
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@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
38c4faaea4
commit
3e4f878994
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user