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

cxl/core: Fix cxl_probe_component_regs() error message

parent d54c1bbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ void cxl_probe_component_regs(struct device *dev, void __iomem *base,

	if (FIELD_GET(CXL_CM_CAP_HDR_ID_MASK, cap_array) != CM_CAP_HDR_CAP_ID) {
		dev_err(dev,
			"Couldn't locate the CXL.cache and CXL.mem capability array header./n");
			"Couldn't locate the CXL.cache and CXL.mem capability array header.\n");
		return;
	}