mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 15:50:59 +07:00
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>
This commit is contained in:
parent
4f22f32356
commit
2a03e3a50a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user