Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109751
b: refs/heads/master
c: 36223a3
h: refs/heads/master
i:
  109749: 68dab4e
  109747: 3fd67f7
  109743: 7b7bfea
v: v3
  • Loading branch information
Daniel J Blueman authored and Linus Torvalds committed Sep 10, 2008
1 parent 15fa0c2 commit e3bc11f
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: 0e116227a01580acf47437adba3afadf21b6bd5f
refs/heads/master: 36223a399f639b13b7a454349565934e6d3e2db0
2 changes: 1 addition & 1 deletion trunk/lib/swiotlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ swiotlb_alloc_coherent(struct device *hwdev, size_t size,
* the lowest available address range.
*/
dma_addr_t handle;
handle = swiotlb_map_single(NULL, NULL, size, DMA_FROM_DEVICE);
handle = swiotlb_map_single(hwdev, NULL, size, DMA_FROM_DEVICE);
if (swiotlb_dma_mapping_error(hwdev, handle))
return NULL;

Expand Down

0 comments on commit e3bc11f

Please sign in to comment.