diff mbox series

[09/18] ACPI: processor_thermal: Remove unused PREFIX for printing

Message ID 1622624080-56025-10-git-send-email-guohanjun@huawei.com
State Accepted
Commit 673a0796b1237d1cbe4947e711daa196858a138a
Headers show
Series [01/18] ACPI: cmos_rtc: Using pr_fmt() and remove PREFIX | expand

Commit Message

Hanjun Guo June 2, 2021, 8:54 a.m. UTC
The PREFIX "ACPI: " is not used in this file, remove it.

Signed-off-by: Hanjun Guo <guohanjun@huawei.com>
---
 drivers/acpi/processor_thermal.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/drivers/acpi/processor_thermal.c b/drivers/acpi/processor_thermal.c
index b8c4579..69a077e 100644
--- a/drivers/acpi/processor_thermal.c
+++ b/drivers/acpi/processor_thermal.c
@@ -19,8 +19,6 @@ 
 #include <acpi/processor.h>
 #include <linux/uaccess.h>
 
-#define PREFIX "ACPI: "
-
 #ifdef CONFIG_CPU_FREQ
 
 /* If a passive cooling situation is detected, primarily CPUfreq is used, as it