commit | f7ec83684af020c961d7fab801f8e3ef7ce5de33 | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Fri Jul 10 11:06:12 2015 -0600 |
committer | Dan Williams <dan.j.williams@intel.com> | Fri Jul 10 13:50:50 2015 -0400 |
tree | 23abc99f7955762e0924d7d9cea83f20bb0cb706 | |
parent | b1b2e6235a44174151fa3bb22657f74972635618 [diff] |
tools/testing/nvdimm: fix return code for unimplemented commands The implementation for the new "DIMM Flags" DSM relies on the -ENOTTY return code to indicate that the flags are unimplimented and to fall back to a safe default. As is the -ENXIO error code erroneoously indicates to fail enabling a BLK region. Signed-off-by: Dan Williams <dan.j.williams@intel.com>