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:
Tomasz Bursztyka 2017-10-09 14:00:32 +02:00 committed by Anas Nashif
commit 5f1360e27d

View file

@ -130,7 +130,6 @@ static struct spi_config spi_conf = {
.frequency = CONFIG_BT_SPI_MAX_CLK_FREQ,
.operation = (SPI_OP_MODE_MASTER | SPI_TRANSFER_MSB | SPI_WORD_SET(8) |
SPI_LINES_SINGLE),
.vendor = 0,
.slave = 0,
.cs = NULL,
};