summary refs log tree commit diff
diff options
context:
space:
mode:
authorHook, Gary <Gary.Hook@amd.com>2019-07-10 21:45:37 +0000
committerHerbert Xu <herbert@gondor.apana.org.au>2019-07-26 22:08:06 +1000
commit2a03e3a50a61494fd26d82eabd43a26be0f736cc (patch)
tree9488e51c2ad18aa6a220efe8bcd827111d42a9fc
parent4f22f32356629ab2843e873887d34868b96a82b4 (diff)
downloadlinux-2a03e3a50a61494fd26d82eabd43a26be0f736cc.tar.gz
crypto: ccp - Include the module name in system log messages
Redefine pr_fmt so that the module name is prefixed to every
log message produced by the ccp-crypto module

Signed-off-by: Gary R Hook <gary.hook@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r--drivers/crypto/ccp/ccp-crypto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/crypto/ccp/ccp-crypto.h b/drivers/crypto/ccp/ccp-crypto.h
index 25409cea8465..599f7f2820a0 100644
--- a/drivers/crypto/ccp/ccp-crypto.h
+++ b/drivers/crypto/ccp/ccp-crypto.h
@@ -24,6 +24,10 @@
 #include <crypto/akcipher.h>
 #include <crypto/internal/rsa.h>
 
+/* We want the module name in front of our messages */
+#undef pr_fmt
+#define	pr_fmt(fmt)	KBUILD_MODNAME ": " fmt
+
 #define	CCP_LOG_LEVEL	KERN_INFO
 
 #define CCP_CRA_PRIORITY	300