Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361943
b: refs/heads/master
c: 2105fd5
h: refs/heads/master
i:
  361941: 71bba22
  361939: 9dd9843
  361935: e35bda5
v: v3
  • Loading branch information
Pierrick Hascoet authored and Vineet Gupta committed Mar 19, 2013
1 parent ec060ba commit ec00376
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: a37b2dc52b88ccd926099d852eae1bb324bc92eb
refs/heads/master: 2105fd550ca7dbdd490934f487852c2a399b20cf
2 changes: 1 addition & 1 deletion trunk/arch/arc/include/asm/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ dma_map_sg(struct device *dev, struct scatterlist *sg,
int i;

for_each_sg(sg, s, nents, i)
sg->dma_address = dma_map_page(dev, sg_page(s), s->offset,
s->dma_address = dma_map_page(dev, sg_page(s), s->offset,
s->length, dir);

return nents;
Expand Down

0 comments on commit ec00376

Please sign in to comment.