Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 069e1572 authored by Mark Brown's avatar Mark Brown
Browse files

Merge remote-tracking branch 'spi/fix/s3c64xx' into spi-linus

parents ad81f054 d96760f9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -434,6 +434,9 @@ static int s3c64xx_spi_prepare_transfer(struct spi_master *spi)
	dma_cap_mask_t mask;
	int ret;

	if (is_polling(sdd))
		return 0;

	dma_cap_zero(mask);
	dma_cap_set(DMA_SLAVE, mask);