NVMe: Create nvme_identify and nvme_get_features functions
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Mon, 19 Sep 2011 21:08:14 +0000 (17:08 -0400)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 4 Nov 2011 19:53:04 +0000 (15:53 -0400)
Instead of open-coding calls to nvme_submit_admin_cmd, these
small wrappers are simpler to use (the patch removes 14 lines from
nvme_dev_add() for example).

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

No differences found