diff options
author | Bob Moore <robert.moore@intel.com> | 2018-05-08 14:06:13 -0700 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2018-05-15 10:16:10 +0200 |
commit | c6ba26e967289f29ecb16457952b140fc934bb03 (patch) | |
tree | fce4342ba6412852af6e0a04fed6a5013a0c75a3 /drivers/acpi/acpica/dbtest.c | |
parent | db2e11a7c2a2aa695d5876e3666dde7267ed516c (diff) | |
download | talos-op-linux-c6ba26e967289f29ecb16457952b140fc934bb03.tar.gz talos-op-linux-c6ba26e967289f29ecb16457952b140fc934bb03.zip |
ACPICA: Debugger: Removed direct support for EC address space in "Test Objects"
None of the address spaces that require a communication protocol
are supported by the "Test Objects" command.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/dbtest.c')
-rw-r--r-- | drivers/acpi/acpica/dbtest.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/dbtest.c b/drivers/acpi/acpica/dbtest.c index 5536104c23b4..8a5462439a97 100644 --- a/drivers/acpi/acpica/dbtest.c +++ b/drivers/acpi/acpica/dbtest.c @@ -330,14 +330,13 @@ acpi_db_test_one_object(acpi_handle obj_handle, case ACPI_ADR_SPACE_SYSTEM_MEMORY: case ACPI_ADR_SPACE_SYSTEM_IO: case ACPI_ADR_SPACE_PCI_CONFIG: - case ACPI_ADR_SPACE_EC: break; default: acpi_os_printf - (" %s space is not supported [%4.4s]\n", + (" %s space is not supported in this command [%4.4s]\n", acpi_ut_get_region_name(region_obj->region. space_id), region_obj->region.node->name.ascii); |