Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109942
b: refs/heads/master
c: 6675ce1
h: refs/heads/master
v: v3
  • Loading branch information
Marin Mitov authored and Linus Torvalds committed Sep 23, 2008
1 parent 7bca7e3 commit 8c238a2
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: f9092f358bc2ec5367621478811f046f82873376
refs/heads/master: 6675ce13ed783f88ea5d82f0d855462b76ff0dad
2 changes: 1 addition & 1 deletion trunk/Documentation/DMA-mapping.txt
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ failure can be determined by:
dma_addr_t dma_handle;

dma_handle = pci_map_single(pdev, addr, size, direction);
if (pci_dma_mapping_error(dma_handle)) {
if (pci_dma_mapping_error(pdev, dma_handle)) {
/*
* reduce current DMA mapping usage,
* delay and try again later or
Expand Down

0 comments on commit 8c238a2

Please sign in to comment.