Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63084
b: refs/heads/master
c: d6e274d
h: refs/heads/master
v: v3
  • Loading branch information
Bryan Wu committed Jul 24, 2007
1 parent 149c79a commit 1128039
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 12a7991180f44e7d993a3a0a442890fc3de67f57
refs/heads/master: d6e274ddb51fa0f9241d7348813351051275d71b
3 changes: 2 additions & 1 deletion trunk/arch/blackfin/kernel/dma-mapping.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ dma_map_sg(struct device *dev, struct scatterlist *sg, int nents,
BUG_ON(direction == DMA_NONE);

for (i = 0; i < nents; i++, sg++) {
sg->dma_address = page_address(sg->page) + sg->offset;
sg->dma_address = (dma_addr_t)(page_address(sg->page) +
sg->offset);

invalidate_dcache_range(sg_dma_address(sg),
sg_dma_address(sg) +
Expand Down

0 comments on commit 1128039

Please sign in to comment.