Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316646
b: refs/heads/master
c: 597c854
h: refs/heads/master
v: v3
  • Loading branch information
Laxman Dewangan authored and Vinod Koul committed Jun 27, 2012
1 parent 7e17f36 commit 4eba25f
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: 49d57b5e588ce511bd826f5759aa2aebf322626b
refs/heads/master: 597c854974db20eebe87e91df0d12daaefabf525
2 changes: 1 addition & 1 deletion trunk/drivers/dma/tegra20-apb-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ static struct dma_async_tx_descriptor *tegra_dma_prep_slave_sg(
for_each_sg(sgl, sg, sg_len, i) {
u32 len, mem;

mem = sg_phys(sg);
mem = sg_dma_address(sg);
len = sg_dma_len(sg);

if ((len & 3) || (mem & 3) ||
Expand Down

0 comments on commit 4eba25f

Please sign in to comment.