From 5f1360e27d75c952de633e251425f3fc26aedcf2 Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Mon, 9 Oct 2017 14:00:32 +0200 Subject: [PATCH] drivers/bluetooth/spi: Do not initialize vendor attribute As commit introducing it will be reverted. Signed-off-by: Tomasz Bursztyka --- drivers/bluetooth/hci/spi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/bluetooth/hci/spi.c b/drivers/bluetooth/hci/spi.c index 928e2ed5637..d2148b9c9a0 100644 --- a/drivers/bluetooth/hci/spi.c +++ b/drivers/bluetooth/hci/spi.c @@ -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, };