NVMe: Add result to nvme_get_features
authorKeith Busch <keith.busch@intel.com>
Fri, 21 Sep 2012 16:52:13 +0000 (10:52 -0600)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 13 Nov 2012 14:13:49 +0000 (09:13 -0500)
commit08df1e05657fc6712e520e7c09cc6c86160ceb35
treee0216bcc27599c8ce59af5b4221e4b5eae9a9cdd
parentf4f117f64baf8840d22266d518227b2a186d294b
NVMe: Add result to nvme_get_features

nvme_get_features() was not returning the result.  Add a parameter
to return the result in (similar to nvme_set_features()) and change
all callers.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
drivers/block/nvme.c