drivers/bluetooth/spi: Do not initialize vendor attribute
As commit introducing it will be reverted. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
24199b234c
commit
5f1360e27d
1 changed files with 0 additions and 1 deletions
|
@ -130,7 +130,6 @@ static struct spi_config spi_conf = {
|
||||||
.frequency = CONFIG_BT_SPI_MAX_CLK_FREQ,
|
.frequency = CONFIG_BT_SPI_MAX_CLK_FREQ,
|
||||||
.operation = (SPI_OP_MODE_MASTER | SPI_TRANSFER_MSB | SPI_WORD_SET(8) |
|
.operation = (SPI_OP_MODE_MASTER | SPI_TRANSFER_MSB | SPI_WORD_SET(8) |
|
||||||
SPI_LINES_SINGLE),
|
SPI_LINES_SINGLE),
|
||||||
.vendor = 0,
|
|
||||||
.slave = 0,
|
.slave = 0,
|
||||||
.cs = NULL,
|
.cs = NULL,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue