mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 13:30:45 -05:00
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
This commit is contained in:
committed by
Borislav Petkov (AMD)
parent
dadc295cbd
commit
efdbe82a21
@@ -21,6 +21,9 @@
|
||||
|
||||
#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. */
|
||||
#define MAX_COH_ST_CHANNELS 32
|
||||
|
||||
|
||||
@@ -273,7 +273,7 @@ static void dump_df_cfg(void)
|
||||
int get_df_system_info(void)
|
||||
{
|
||||
if (determine_df_rev()) {
|
||||
pr_warn("amd_atl: Failed to determine DF Revision");
|
||||
pr_warn("Failed to determine DF Revision");
|
||||
df_cfg.rev = UNKNOWN;
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user