Skip to content

Commit efdbe82

Browse files
jallen-amdbp3tk0v
authored andcommitted
RAS/AMD/ATL: Add amd_atl pr_fmt() prefix
Prefix all AMD ATL pr_* statements with "amd_atl:". Signed-off-by: John Allen <john.allen@amd.com> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://lore.kernel.org/r/20240606203313.51197-2-john.allen@amd.com
1 parent dadc295 commit efdbe82

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

drivers/ras/amd/atl/internal.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121

2222
#include "reg_fields.h"
2323

24+
#undef pr_fmt
25+
#define pr_fmt(fmt) "amd_atl: " fmt
26+
2427
/* Maximum possible number of Coherent Stations within a single Data Fabric. */
2528
#define MAX_COH_ST_CHANNELS 32
2629

drivers/ras/amd/atl/system.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ static void dump_df_cfg(void)
273273
int get_df_system_info(void)
274274
{
275275
if (determine_df_rev()) {
276-
pr_warn("amd_atl: Failed to determine DF Revision");
276+
pr_warn("Failed to determine DF Revision");
277277
df_cfg.rev = UNKNOWN;
278278
return -EINVAL;
279279
}

0 commit comments

Comments
 (0)