Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112575
b: refs/heads/master
c: 21f6c4d
h: refs/heads/master
i:
  112573: 24f410c
  112571: e8e192b
  112567: 4461795
  112559: 007f44c
  112543: 5b93f16
  112511: 237c049
v: v3
  • Loading branch information
FUJITA Tomonori authored and Ingo Molnar committed Sep 8, 2008
1 parent 2bc7547 commit 390ad35
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: 9dfda12b8b769e224ca4efbc35ace4524b9c017b
refs/heads/master: 21f6c4de4c25c4bdd88c75bc97a78e7fbeebac4d
2 changes: 1 addition & 1 deletion trunk/lib/swiotlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ swiotlb_free_coherent(struct device *hwdev, size_t size, void *vaddr,
free_pages((unsigned long) vaddr, get_order(size));
else
/* DMA_TO_DEVICE to avoid memcpy in unmap_single */
swiotlb_unmap_single (hwdev, dma_handle, size, DMA_TO_DEVICE);
unmap_single(hwdev, vaddr, size, DMA_TO_DEVICE);
}

static void
Expand Down

0 comments on commit 390ad35

Please sign in to comment.