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-Tag: v6.14-rc1~117^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0025d83a3c201d0f1cda1085a3847591af563ec2;p=thirdparty%2Flinux.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 49af808153a75..fc92e43d0fe93 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