Commit 382d7478 authored by Mitchell Blank Jr's avatar Mitchell Blank Jr Committed by Greg Kroah-Hartman

[PATCH] PCI: Trivial DMA-mapping.txt fix

As far as I can tell "pci_set_consistent()" doesn't exist - the docs probably
meant to say "pci_set_consistent_dma_mask()".
parent 69fc928b
...@@ -183,7 +183,7 @@ the case would look like this: ...@@ -183,7 +183,7 @@ the case would look like this:
pci_set_consistent_dma_mask() will always be able to set the same or a pci_set_consistent_dma_mask() will always be able to set the same or a
smaller mask as pci_set_dma_mask(). However for the rare case that a smaller mask as pci_set_dma_mask(). However for the rare case that a
device driver only uses consistent allocations, one would have to device driver only uses consistent allocations, one would have to
check the return value from pci_set_consistent(). check the return value from pci_set_consistent_dma_mask().
If your 64-bit device is going to be an enormous consumer of DMA If your 64-bit device is going to be an enormous consumer of DMA
mappings, this can be problematic since the DMA mappings are a mappings, this can be problematic since the DMA mappings are a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment