mbox series

[v1,0/6] ACPI: Clean up printing messages in some source files

Message ID 2809410.8bz27usjlQ@kreacher (mailing list archive)
Headers show
Series ACPI: Clean up printing messages in some source files | expand

Message

Rafael J. Wysocki Jan. 20, 2021, 6:56 p.m. UTC
Hi,

This series cleans up messaging in some source files under drivers/acpi/
and get rids of some debug code pieces that aren't needed any more.

The primary goal here was to get rid of things like ACPI_DEBUG_PRINT()
or ACPI_EXCEPTION() from non-ACPICA code (they are specific to ACPICA and
should not be used outside of it) and allow the usual dynamic debug to
be used in the files in question instead, but also there are some
cleanups related to the raw printk() usage and so on.

Please refer to patch changelogs for details.

Thanks!

Comments

Joe Perches Jan. 20, 2021, 8:09 p.m. UTC | #1
On Wed, 2021-01-20 at 19:56 +0100, Rafael J. Wysocki wrote:
> This series cleans up messaging in some source files under drivers/acpi/
> and get rids of some debug code pieces that aren't needed any more.

Thanks Rafael.