From: Nisheeth Bhat Date: Thu, 15 Sep 2011 20:52:24 +0000 (-0400) Subject: NVMe: Fix calls to dma_unmap_sg X-Git-Tag: v3.3-rc1~16^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1a490e026efb22851ed60588b5fad1281d80ec3;p=pandora-kernel.git NVMe: Fix calls to dma_unmap_sg dma_unmap_sg() must be called with the same 'nents' passed to dma_map_sg(), not the number returned from dma_map_sg(). Signed-off-by: Nisheeth Bhat Signed-off-by: Matthew Wilcox --- Reading git-diff-tree failed