Skip to content

Commit

Permalink
DynamicTablesPkg/AcpiPpttLibArm: Fix debug macro arguments
Browse files Browse the repository at this point in the history
Cc: Sami Mujawar <[email protected]>
Cc: Alexei Fedorov <[email protected]>
Signed-off-by: Michael Kubacki <[email protected]>
Reviewed-by: Sami Mujawar <[email protected]>
  • Loading branch information
makubacki authored and mergify[bot] committed Sep 9, 2022
1 parent e495b10 commit e8a537d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@ IsGicCTokenEqual (
"the same GICC Info object. ACPI Processor IDs are not unique. " \
"GicCToken = %p.\n",
Index1,
IndexedObject1->Token,
Index2,
ProcNode1->GicCToken
));
Expand Down Expand Up @@ -566,7 +565,7 @@ AddProcHierarchyNodes (
DEBUG ((
DEBUG_ERROR,
"ERROR: PPTT: Failed to get parent processor hierarchy node " \
"reference. Token = %p, Status = %r\n",
"reference. ParentToken = %p. ChildToken = %p. Status = %r\n",
ProcInfoNode->ParentToken,
ProcInfoNode->Token,
Status
Expand Down

0 comments on commit e8a537d

Please sign in to comment.