From: Kurt Borja Date: Thu, 16 Jan 2025 00:27:21 +0000 (-0500) Subject: ACPI: platform_profile: Add a prefix to log messages X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0025d83a3c201d0f1cda1085a3847591af563ec2;p=users%2Fjedix%2Flinux-maple.git ACPI: platform_profile: Add a prefix to log messages Declare a pr_fmt prefix. Reviewed-by: Mario Limonciello Signed-off-by: Kurt Borja Reviewed-by: Mark Pearson Tested-by: Mark Pearson Link: https://lore.kernel.org/r/20250116002721.75592-20-kuurtb@gmail.com Reviewed-by: Ilpo Järvinen Signed-off-by: Ilpo Järvinen --- diff --git a/drivers/acpi/platform_profile.c b/drivers/acpi/platform_profile.c index 49af808153a7..fc92e43d0fe9 100644 --- a/drivers/acpi/platform_profile.c +++ b/drivers/acpi/platform_profile.c @@ -2,6 +2,8 @@ /* Platform profile sysfs interface */ +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include #include #include