We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f2c9b commit cddb050Copy full SHA for cddb050
drivers/spi/spi-atcspi200.c
@@ -610,6 +610,7 @@ static int atcspi200_spi_probe(struct platform_device *pdev)
610
num_cs = NSPI_MAX_CS_NUM;
611
}
612
613
+ mutex_init(&spi->mutex_lock);
614
/* Define our controller */
615
controller->bus_num = pdev->id;
616
controller->mode_bits = SPI_CPOL | SPI_CPHA | SPI_RX_QUAD | SPI_TX_QUAD;
0 commit comments