Skip to content

Commit

Permalink
Merge remote-tracking branch 'spi/fix/s3c64xx' into spi-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Jul 15, 2013
2 parents ad81f05 + d96760f commit 069e157
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/spi/spi-s3c64xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 069e157

Please sign in to comment.