commit | bc5fc7e4b22ca855902aba02b28c96f09b446407 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew.r.wilcox@intel.com> | Mon Sep 19 17:08:14 2011 -0400 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Fri Nov 04 15:53:04 2011 -0400 |
tree | e4be2d6c81ebfb84fd0920dd5eaa844e574b8f3b | |
parent | 684f5c2025b067a23722e620d0b3b858d8dc5d01 [diff] |
NVMe: Create nvme_identify and nvme_get_features functions 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>