From: Mario Limonciello Date: Tue, 26 Sep 2017 18:50:02 +0000 (-0500) Subject: platform/x86: dell-smbios: Add pr_fmt definition to driver X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7b4dd21630afa835a907cd030fd4e2af6849c6a9;p=linux.git platform/x86: dell-smbios: Add pr_fmt definition to driver pr_fmt provides formatting to be used by the driver when displaying errors and messages. Signed-off-by: Mario Limonciello Reviewed-by: Pali Pohar Signed-off-by: Darren Hart (VMware) --- diff --git a/drivers/platform/x86/dell-smbios.c b/drivers/platform/x86/dell-smbios.c index 0a5723468bfff..e9b1ca07c8727 100644 --- a/drivers/platform/x86/dell-smbios.c +++ b/drivers/platform/x86/dell-smbios.c @@ -12,6 +12,7 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include #include