Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: spi: stm32: correct the operation flag type
The commit 2c3165d ("drivers: spi: add opaque type to encode SPI operation flags") introduces new type for operation flag, since it is 16/32-bit depending on CONFIG_SPI_EXTENDED_MODES. Use the new type for safe, if the function 'spi_stm32_shift_frames' may use extended operation flag later. Signed-off-by: Haiyue Wang <haiyuewa@163.com>
- Loading branch information