spi: stm32-qspi: Remove stm32_qspi_get_mode() unused parameter
authorPatrice Chotard <patrice.chotard@foss.st.com>
Thu, 2 Jun 2022 09:25:38 +0000 (11:25 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 6 Jun 2022 11:39:12 +0000 (12:39 +0100)
commit5945ff905764ceba7eb721bac7f61c7c5ce16a50
treea63ac499203e654918d5b7da0104afb3fb71c1df
parentf2906aa863381afb0015a9eb7fefad885d4e5a56
spi: stm32-qspi: Remove stm32_qspi_get_mode() unused parameter

struct stm32_qspi *qsp is no more used remove it.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Link: https://lore.kernel.org/r/20220602092540.369604-2-patrice.chotard@foss.st.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-stm32-qspi.c