summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2021-12-15 07:28:22 -0800
committerGitHub <noreply@github.com>2021-12-15 07:28:22 -0800
commitb9162e98ade1d31aa6f551e7ceaa4ce0ab079765 (patch)
tree558d9559658d6175ff780840e2a5690c1ecf40f8 /source
parent6a12fae1311639fe1388c9a9c02bae320e14c254 (diff)
parentd92a7564fca94ed112da4fb8a054a3f9c3124cff (diff)
downloadacpica-b9162e98ade1d31aa6f551e7ceaa4ce0ab079765.tar.gz
Merge pull request #738 from ShuuichirouIshii/del_generic_resource_type_error_message
dmtbdump: Delete the Generic Resource Type error message
Diffstat (limited to 'source')
-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 */