]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
PCI: of: Reduce severity of missing of_root error message
authorJeremy Linton <jeremy.linton@arm.com>
Mon, 9 Mar 2026 04:59:30 +0000 (23:59 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 9 Mar 2026 22:21:11 +0000 (17:21 -0500)
commit0111d600f0f456d09eb0ff6ac217fa5f30ae79ab
tree1885fd4c5a1d5ab00170ae807f7343cc75e34f03
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
PCI: of: Reduce severity of missing of_root error message

Arm64 kernels are frequently built dual ACPI/DT, and then boot in ACPI
mode. In this case, there won't be an of_root, except for rare DT described
PCIe boards.

As a result, users in the common case see this high priority worrying
message, despite the machine working as expected.

Reduce this message to pr_debug() to avoid unnecessary noise.

Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://patch.msgid.link/20260309045930.21531-1-jeremy.linton@arm.com
drivers/pci/of.c