Re: [PATCH v1 0/4] ACPI: Get rid of ACPICA message printing from core
From: Hanjun Guo <guohanjun@huawei.com>
Date: 2021-02-23 11:51:38
Also in:
linux-acpi, lkml
From: Hanjun Guo <guohanjun@huawei.com>
Date: 2021-02-23 11:51:38
Also in:
linux-acpi, lkml
On 2021/2/23 2:57, Rafael J. Wysocki wrote:
Hi All, This series replaces ACPI_DEBUG_PRINT() and ACPI_EXCEPTION() in the ACPI processor driver and sysfs code and drops definitions of related symbols that are not used for anything meaningful any more. Please refer to the patch changelogs for details.
Except patch 1/4, others are looking good to me. some legacy printk(PRIFIX ...) are still there, but we can clean up them later. Feel feel to add my review tag with minor issue addressed. Reviewed-by: Hanjun Guo <guohanjun@huawei.com> Thanks Hanjun