Skip to content

Commit 73da4b4

Browse files
mcgrofgregkh
authored andcommitted
firmware: define pr_fmt
For some reason we have always forgotten this. Without this we don't get a nice prefix on our pr_debug() / pr_*() messages. Signed-off-by: Luis R. Rodriguez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 76098b3 commit 73da4b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/base/firmware_class.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
*
88
*/
99

10+
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
11+
1012
#include <linux/capability.h>
1113
#include <linux/device.h>
1214
#include <linux/module.h>

0 commit comments

Comments
 (0)