Skip to content

Commit 0025d83

Browse files
kuu-rtij-intel
authored andcommitted
ACPI: platform_profile: Add a prefix to log messages
Declare a pr_fmt prefix. Reviewed-by: Mario Limonciello <[email protected]> Signed-off-by: Kurt Borja <[email protected]> Reviewed-by: Mark Pearson <[email protected]> Tested-by: Mark Pearson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent ee7f3e2 commit 0025d83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/acpi/platform_profile.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
/* Platform profile sysfs interface */
44

5+
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
6+
57
#include <linux/acpi.h>
68
#include <linux/bits.h>
79
#include <linux/cleanup.h>

0 commit comments

Comments
 (0)