Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200251
b: refs/heads/master
c: fcdcddb
h: refs/heads/master
i:
  200249: b284a21
  200247: 6c95504
v: v3
  • Loading branch information
FUJITA Tomonori authored and Michal Simek committed Jun 9, 2010
1 parent c3b3086 commit 46309db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: ffe57d02b23ebc5422cf81566b3ce566d68a3e22
refs/heads/master: fcdcddbcbbd39a3363bd48414bfe44553b6d698a
1 change: 0 additions & 1 deletion trunk/arch/microblaze/kernel/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ static int dma_direct_map_sg(struct device *dev, struct scatterlist *sgl,
/* FIXME this part of code is untested */
for_each_sg(sgl, sg, nents, i) {
sg->dma_address = sg_phys(sg) + get_dma_direct_offset(dev);
sg->dma_length = sg->length;
__dma_sync_page(page_to_phys(sg_page(sg)), sg->offset,
sg->length, direction);
}
Expand Down

0 comments on commit 46309db

Please sign in to comment.