diff options
author | Li Zhijian <lizhijian@fujitsu.com> | 2024-08-19 14:20:45 +0800 |
---|---|---|
committer | Ira Weiny <ira.weiny@intel.com> | 2024-08-21 16:06:43 -0500 |
commit | 447b167bb60d0bb95967c4d93dac9af1cca437db (patch) | |
tree | 57e70babe1c0c824488787f2b9cf2d3bfd1da6de /tools/perf/scripts/python | |
parent | 62c2aa6b1f565d2fc1ec11a6e9e8336ce37a6426 (diff) |
nvdimm: Remove dead code for ENODEV checking in scan_labels()
The only way create_namespace_pmem() returns an ENODEV code is if
select_pmem_id(nd_region, &uuid) returns ENODEV when its 2nd parameter
is a null pointer. However, this is impossible because &uuid is always
valid.
Furthermore, create_namespace_pmem() is the only user of
select_pmem_id(), it's safe to remove the 'return -ENODEV' branch.
Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Link: https://patch.msgid.link/20240819062045.1481298-2-lizhijian@fujitsu.com
Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions