Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5d51fec authored by Dan Williams's avatar Dan Williams
Browse files

acpi, nfit: quiet invalid block-aperture-region warnings



This state is already visible by userspace since the BLK region will not
be enabled, and it is otherwise benign as it usually indicates that the
DIMM is not configured.

Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 14e49454
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -833,7 +833,7 @@ int nd_blk_region_init(struct nd_region *nd_region)
		return 0;
		return 0;


	if (nd_region->ndr_mappings < 1) {
	if (nd_region->ndr_mappings < 1) {
		dev_err(dev, "invalid BLK region\n");
		dev_dbg(dev, "invalid BLK region\n");
		return -ENXIO;
		return -ENXIO;
	}
	}