spi: stm32-qspi: Fix stm32_qspi_transfer_one_message() error path
authorPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 26 Aug 2022 09:20:31 +0000 (11:20 +0200)
committerMark Brown <broonie@kernel.org>
Sun, 28 Aug 2022 19:20:11 +0000 (20:20 +0100)
commit56ec456293239b3c5dfb0e4dcf22972b1b8c571d
tree65c92e524e7206b34d15f83e7ad2053e0d746531
parent3fe26121dc3a9bf64e18fe0075cd9a92c9cd1b1a
spi: stm32-qspi: Fix stm32_qspi_transfer_one_message() error path

The patch a557fca630cc: "spi: stm32_qspi: Add transfer_one_message()
spi callback" from Aug 23, 2022, leads to the following Smatch static
checker warning:

drivers/spi/spi-stm32-qspi.c:627 stm32_qspi_transfer_one_message()
error: uninitialized symbol 'ret'.Fix the following Smatch static checker warning:

Fixes: a557fca630cc ("spi: stm32_qspi: Add transfer_one_message() spi callback")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Link: https://lore.kernel.org/r/20220826092031.1393430-1-patrice.chotard@foss.st.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-stm32-qspi.c