git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99802a7
)
NVMe: Pass the nvme_dev to nvme_free_prps and nvme_setup_prps
author
Matthew Wilcox
<matthew.r.wilcox@intel.com>
Thu, 10 Feb 2011 15:47:55 +0000
(10:47 -0500)
committer
Matthew Wilcox
<matthew.r.wilcox@intel.com>
Fri, 4 Nov 2011 19:52:57 +0000
(15:52 -0400)
We were passing the nvme_queue to access the q_dmadev for the
dma_alloc_coherent calls, but since we moved to the dma pool API,
we really only need the nvme_dev.
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
No differences found