From: Matthew Wilcox Date: Thu, 10 Feb 2011 15:47:55 +0000 (-0500) Subject: NVMe: Pass the nvme_dev to nvme_free_prps and nvme_setup_prps X-Git-Tag: v3.3-rc1~16^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d567760c409f981d35fc755b51d5bf56a99a467b;p=pandora-kernel.git NVMe: Pass the nvme_dev to nvme_free_prps and nvme_setup_prps 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 --- Reading git-diff-tree failed