mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 23:23:03 +00: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:
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user