From: Keith Busch Date: Wed, 1 May 2013 19:07:47 +0000 (-0600) Subject: NVMe: Fix error clean-up on nvme_alloc_queue X-Git-Tag: v3.10-rc1~21^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68b8eca5f882230e4991df0db0a3094f49420a90;p=pandora-kernel.git NVMe: Fix error clean-up on nvme_alloc_queue The nvme_queue's depth is not set if we fail to allocate submission queue entries, which was being used to determine how much coherent memory to free on error. Use the depth variable instead. Signed-off-by: Keith Busch Signed-off-by: Matthew Wilcox --- Reading git-diff-tree failed