summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShuuichirou Ishii <ishii.shuuichir@fujitsu.com>2021-12-10 14:57:21 +0900
committerShuuichirou Ishii <ishii.shuuichir@fujitsu.com>2021-12-10 14:57:21 +0900
commitd92a7564fca94ed112da4fb8a054a3f9c3124cff (patch)
treedd885d9522a0455e4fb6f792ab87037f2202432f
parent403f9965aba7ff9d2ed5b41bbffdd2a1ed0f596f (diff)
downloadacpica-d92a7564fca94ed112da4fb8a054a3f9c3124cff.tar.gz
dmtbdump: Delete the Generic Resource Type error message
The ACPI_AEST_GENERIC_RESOURCE macro is already defined in actbl2.h, and since it is a Resource type that also exists as an AEST specification, it is not necessary to output error messages. Signed-off-by: Shuuichirou Ishii <ishii.shuuichir@fujitsu.com>
-rw-r--r--source/common/dmtbdump1.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/common/dmtbdump1.c b/source/common/dmtbdump1.c
index 3a97af468..fd5e2fd99 100644
--- a/source/common/dmtbdump1.c
+++ b/source/common/dmtbdump1.c
@@ -296,8 +296,6 @@ AcpiDmDumpAest (
case ACPI_AEST_GENERIC_RESOURCE:
InfoTable = AcpiDmTableInfoAestGenRsrc;
Length = sizeof (ACPI_AEST_PROCESSOR_GENERIC);
- AcpiOsPrintf ("Generic Resource Type (%X) is not supported at this time\n",
- ProcessorSubtable->ResourceType);
break;
/* Error case below */