]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Revert "ACPI: Suppress misleading SPCR console message when SPCR table is absent"
authorPunit Agrawal <punit.agrawal@oss.qualcomm.com>
Fri, 31 Oct 2025 11:11:37 +0000 (11:11 +0000)
committerWill Deacon <will@kernel.org>
Fri, 7 Nov 2025 14:23:33 +0000 (14:23 +0000)
commiteeb8c19896952e18fb538ec76e603884070a6c6a
tree27fab2eb39d797db97db46eb8edbd52159f4ff74
parent535fdfc5a228524552ee8810c9175e877e127c27
Revert "ACPI: Suppress misleading SPCR console message when SPCR table is absent"

This reverts commit bad3fa2fb9206f4dcec6ddef094ec2fbf6e8dcb2.

Commit bad3fa2fb920 ("ACPI: Suppress misleading SPCR console message
when SPCR table is absent") mistakenly assumes acpi_parse_spcr()
returning 0 to indicate a failure to parse SPCR. While addressing the
resultant incorrect logging it was deemed that dropping the message is
a better approach as it is not particularly useful.

Roll back the commit introducing the bug as a step towards dropping
the log message.

Link: https://lore.kernel.org/all/aQN0YWUYaPYWpgJM@willie-the-truck/
Signed-off-by: Punit Agrawal <punit.agrawal@oss.qualcomm.com>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/acpi.c