Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316649
b: refs/heads/master
c: 46fb3f8
h: refs/heads/master
i:
  316647: 9f5b38b
v: v3
  • Loading branch information
Laxman Dewangan authored and Vinod Koul committed Jun 27, 2012
1 parent 665ec47 commit fc0a3ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6660f7af52caf6028b36e6a68a21c461f2fb0440
refs/heads/master: 46fb3f8ef5bde1325b1e58867a3a98dd746511d7
2 changes: 2 additions & 0 deletions trunk/drivers/dma/tegra20-apb-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1306,6 +1306,8 @@ static int __devinit tegra_dma_probe(struct platform_device *pdev)

dma_cap_set(DMA_SLAVE, tdma->dma_dev.cap_mask);
dma_cap_set(DMA_PRIVATE, tdma->dma_dev.cap_mask);
dma_cap_set(DMA_CYCLIC, tdma->dma_dev.cap_mask);

tdma->dma_dev.dev = &pdev->dev;
tdma->dma_dev.device_alloc_chan_resources =
tegra_dma_alloc_chan_resources;
Expand Down

0 comments on commit fc0a3ac

Please sign in to comment.