NVMe: Fix memory leak in nvme_dev_add()
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Mon, 19 Sep 2011 21:14:53 +0000 (17:14 -0400)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 4 Nov 2011 19:53:04 +0000 (15:53 -0400)
The driver was allocating 8k of memory, then freeing 4k of it.

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>

No differences found