Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347147
b: refs/heads/master
c: 928aa2a
h: refs/heads/master
i:
  347145: ac161ae
  347143: 0fd86cd
v: v3
  • Loading branch information
Vipin Kumar authored and Artem Bityutskiy committed Nov 15, 2012
1 parent 2f4a3b0 commit 09e9167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 605add7db6e84ff78f7ca96541c0880f0166e387
refs/heads/master: 928aa2aeb7269292ca1e3d0e5e2e5d08af13da3d
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/fsmc_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ static int dma_xfer(struct fsmc_nand_data *host, void *buffer, int len,
dma_async_issue_pending(chan);

ret =
wait_for_completion_interruptible_timeout(&host->dma_access_complete,
wait_for_completion_timeout(&host->dma_access_complete,
msecs_to_jiffies(3000));
if (ret <= 0) {
chan->device->device_control(chan, DMA_TERMINATE_ALL, 0);
Expand Down

0 comments on commit 09e9167

Please sign in to comment.