Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274899
b: refs/heads/master
c: 201ab53
h: refs/heads/master
i:
  274897: c5dbbd6
  274895: dcdf6d5
v: v3
  • Loading branch information
Nicolas Ferre authored and Artem Bityutskiy committed Sep 11, 2011
1 parent 6df583c commit d1d3226
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: 08c248fbe2bfc0326255c5b0cb3952166234d59b
refs/heads/master: 201ab536ac205a2787f8eac2eedc697616f99e04
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/atmel_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ static int __init atmel_nand_probe(struct platform_device *pdev)

dma_cap_zero(mask);
dma_cap_set(DMA_MEMCPY, mask);
host->dma_chan = dma_request_channel(mask, 0, NULL);
host->dma_chan = dma_request_channel(mask, NULL, NULL);
if (!host->dma_chan) {
dev_err(host->dev, "Failed to request DMA channel\n");
use_dma = 0;
Expand Down

0 comments on commit d1d3226

Please sign in to comment.