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 2836d54 commit 2b1a43aCopy full SHA for 2b1a43a
drivers/spi/spi-mux.c
@@ -156,6 +156,7 @@ static int spi_mux_probe(struct spi_device *spi)
156
/* supported modes are the same as our parent's */
157
ctlr->mode_bits = spi->controller->mode_bits;
158
ctlr->flags = spi->controller->flags;
159
+ ctlr->bits_per_word_mask = spi->controller->bits_per_word_mask;
160
ctlr->transfer_one_message = spi_mux_transfer_one_message;
161
ctlr->setup = spi_mux_setup;
162
ctlr->num_chipselect = mux_control_states(priv->mux);
0 commit comments