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

struct spi_mem_op *op parameter is no more used, remove it.

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