Re: [PATCH v2 16/23] ACPI: remove unused __acpi_handle_debug macro

2018-10-10 Thread Rafael J. Wysocki
On Tue, Oct 9, 2018 at 1:20 PM Rasmus Villemoes wrote: > > If CONFIG_DYNAMIC_DEBUG is not set, acpi_handle_debug directly invokes > acpi_handle_printk (if DEBUG) or does a no-printk (if !DEBUG). So this > macro is never used. > > Cc: linux-a...@vger.kernel.org > Acked-by: Jason Baron > Signed-off

[PATCH v2 16/23] ACPI: remove unused __acpi_handle_debug macro

2018-10-09 Thread Rasmus Villemoes
If CONFIG_DYNAMIC_DEBUG is not set, acpi_handle_debug directly invokes acpi_handle_printk (if DEBUG) or does a no-printk (if !DEBUG). So this macro is never used. Cc: linux-a...@vger.kernel.org Acked-by: Jason Baron Signed-off-by: Rasmus Villemoes --- include/linux/acpi.h | 3 --- 1 file change