diff options
Diffstat (limited to 'drivers/mtd/nand/fsmc_nand.c')
-rw-r--r-- | drivers/mtd/nand/fsmc_nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/fsmc_nand.c b/drivers/mtd/nand/fsmc_nand.c index 1550692973dc..7a915870d9d6 100644 --- a/drivers/mtd/nand/fsmc_nand.c +++ b/drivers/mtd/nand/fsmc_nand.c | |||
@@ -605,7 +605,7 @@ static int dma_xfer(struct fsmc_nand_data *host, void *buffer, int len, | |||
605 | wait_for_completion_timeout(&host->dma_access_complete, | 605 | wait_for_completion_timeout(&host->dma_access_complete, |
606 | msecs_to_jiffies(3000)); | 606 | msecs_to_jiffies(3000)); |
607 | if (ret <= 0) { | 607 | if (ret <= 0) { |
608 | chan->device->device_control(chan, DMA_TERMINATE_ALL, 0); | 608 | dmaengine_terminate_all(chan); |
609 | dev_err(host->dev, "wait_for_completion_timeout\n"); | 609 | dev_err(host->dev, "wait_for_completion_timeout\n"); |
610 | if (!ret) | 610 | if (!ret) |
611 | ret = -ETIMEDOUT; | 611 | ret = -ETIMEDOUT; |