commit | 684f5c2025b067a23722e620d0b3b858d8dc5d01 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew.r.wilcox@intel.com> | Mon Sep 19 17:14:53 2011 -0400 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Fri Nov 04 15:53:04 2011 -0400 |
tree | 3e1874b9a601d5dc9ff57a1ddf0221ca89904455 | |
parent | d1a490e026efb22851ed60588b5fad1281d80ec3 [diff] |
NVMe: Fix memory leak in nvme_dev_add() The driver was allocating 8k of memory, then freeing 4k of it. Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>