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

Commit fb3b9833 authored by Shreyas K K's avatar Shreyas K K
Browse files

drivers: qcom: pil: Change log level for minidump warning



Minidump-id may not be set for all QCOM peripherals in the
device-tree. Change the log level to pr_warn.

Change-Id: I7cf017d94421fe75acc36b0ff513437ca783940a
Signed-off-by: default avatarShreyas K K <shrekk@codeaurora.org>
parent daf5b313
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1504,7 +1504,7 @@ int pil_desc_init(struct pil_desc *desc)
	}
	if (of_property_read_u32(ofnode, "qcom,minidump-id",
		&desc->minidump_id))
		pr_err("minidump-id not found for %s\n", desc->name);
		pr_warn("minidump-id not found for %s\n", desc->name);
	else {
		if (IS_ERR_OR_NULL(g_md_toc)) {
			/* Get Global minidump ToC*/