提交 7b4dd216 编写于 作者: M Mario Limonciello 提交者: Darren Hart (VMware)

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: NMario Limonciello <mario.limonciello@dell.com>
Reviewed-by: NPali Pohar <pali.rohar@gmail.com>
Signed-off-by: NDarren Hart (VMware) <dvhart@infradead.org>
上级 9808f362
......@@ -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 <linux/kernel.h>
#include <linux/module.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册