Commit efdbe82a authored by John Allen's avatar John Allen Committed by Borislav Petkov (AMD)

RAS/AMD/ATL: Add amd_atl pr_fmt() prefix

Prefix all AMD ATL pr_* statements with "amd_atl:".
Signed-off-by: default avatarJohn Allen <john.allen@amd.com>
Signed-off-by: default avatarBorislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20240606203313.51197-2-john.allen@amd.com
parent dadc295c
...@@ -21,6 +21,9 @@ ...@@ -21,6 +21,9 @@
#include "reg_fields.h" #include "reg_fields.h"
#undef pr_fmt
#define pr_fmt(fmt) "amd_atl: " fmt
/* Maximum possible number of Coherent Stations within a single Data Fabric. */ /* Maximum possible number of Coherent Stations within a single Data Fabric. */
#define MAX_COH_ST_CHANNELS 32 #define MAX_COH_ST_CHANNELS 32
......
...@@ -273,7 +273,7 @@ static void dump_df_cfg(void) ...@@ -273,7 +273,7 @@ static void dump_df_cfg(void)
int get_df_system_info(void) int get_df_system_info(void)
{ {
if (determine_df_rev()) { if (determine_df_rev()) {
pr_warn("amd_atl: Failed to determine DF Revision"); pr_warn("Failed to determine DF Revision");
df_cfg.rev = UNKNOWN; df_cfg.rev = UNKNOWN;
return -EINVAL; return -EINVAL;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment