diff mbox

[13/14] libnvdimm, namespace: lift single pmem limit in scan_labels()

Message ID 147585838991.22349.155698398778808029.stgit@dwillia2-desk3.amr.corp.intel.com (mailing list archive)
State Accepted
Commit 991d9020f3e0
Headers show

Commit Message

Dan Williams Oct. 7, 2016, 4:39 p.m. UTC
Now that the rest of the infrastructure has been converted to handle
multi-pmem configurations, lift the artificial barrier at scan time.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
---
 drivers/nvdimm/namespace_devs.c |    3 ---
 1 file changed, 3 deletions(-)
diff mbox

Patch

diff --git a/drivers/nvdimm/namespace_devs.c b/drivers/nvdimm/namespace_devs.c
index 54babc3a80ca..fa51d751ccf7 100644
--- a/drivers/nvdimm/namespace_devs.c
+++ b/drivers/nvdimm/namespace_devs.c
@@ -2070,9 +2070,6 @@  static struct device **scan_labels(struct nd_region *nd_region)
 				}
 			} else
 				devs[count++] = dev;
-
-			/* we only expect one valid pmem label set per region */
-			break;
 		}
 	}