Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117894
b: refs/heads/master
c: f67ae98
h: refs/heads/master
v: v3
  • Loading branch information
David Daney authored and Ralf Baechle committed Oct 27, 2008
1 parent 756fa00 commit d3fb13d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: b517531ce53794f2a2eae1fff1d1216b9db4da9f
refs/heads/master: f67ae98352284d7ac1e03f3a872e33c68ea35a5b
2 changes: 0 additions & 2 deletions trunk/arch/mips/mm/dma-default.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems,
if (cpu_is_noncoherent_r10000(dev))
__dma_sync((unsigned long)page_address(sg_page(sg)),
sg->length, direction);
plat_unmap_dma_mem(sg->dma_address);
}
}

Expand All @@ -342,7 +341,6 @@ void dma_sync_sg_for_device(struct device *dev, struct scatterlist *sg, int nele
if (!plat_device_is_coherent(dev))
__dma_sync((unsigned long)page_address(sg_page(sg)),
sg->length, direction);
plat_unmap_dma_mem(sg->dma_address);
}
}

Expand Down

0 comments on commit d3fb13d

Please sign in to comment.