Re: spi: stm32-qspi: Fix compilation warning in ARM64

2021-04-20 Thread Mark Brown
t/broonie/spi.git for-next Thanks! [1/1] spi: stm32-qspi: Fix compilation warning in ARM64 commit: 1b8a7d4282c038b3846f2485d86cb990c55c38d9 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next mer

spi: stm32-qspi: Fix compilation warning in ARM64

2021-04-20 Thread patrice.chotard
From: Patrice Chotard This fixes warnings detected when compiling in ARM64. Introduced by 'commit 18674dee3cd6 ("spi: stm32-qspi: Add dirmap support")' Signed-off-by: Patrice Chotard --- drivers/spi/spi-stm32-qspi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/sp