This series contains 2 fixes within the spi-stm32.c driver. One is removing comments regarding struct variables that do not exist and the second one correct a previous STM32F4 related commit for SIMPLEX_RX which happens to break SIMPLEX_RX for H7 since it enforces MUST_TX flags. Alain Volmat (2): spi: stm32: remove inexistant variables in struct stm32_spi_cfg comment spi: stm32: make SPI_MASTER_MUST_TX flags only specific to STM32F4 drivers/spi/spi-stm32.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -- 2.25.1