]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/spi/spi-atmel.c
spi: atmel: Fix PDC transfer setup bug
authorVille Baillie <villeb@bytesnap.co.uk>
Tue, 21 Sep 2021 07:21:32 +0000 (07:21 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 1 Oct 2021 18:34:55 +0000 (19:34 +0100)
commit75e33c55ae8fb4a177fe07c284665e1d61b02560
tree9d8abf8b170a1e019648b89124d7fd884cd6400b
parent59c4e190b10cd2d6edccb5c238a3d2bda071a018
spi: atmel: Fix PDC transfer setup bug

atmel_spi_dma_map_xfer to never be called in PDC mode. This causes the
driver to silently fail.

This patch changes the conditional to match the behaviour of the
previous commit before the refactor.

Fixes: 5fa5e6dec762 ("spi: atmel: Switch to transfer_one transfer method")
Signed-off-by: Ville Baillie <villeb@bytesnap.co.uk>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20210921072132.21831-1-villeb@bytesnap.co.uk
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-atmel.c