Skip to content

Commit c6ba26e

Browse files
acpibobrafaeljw
authored andcommitted
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 <[email protected]> Signed-off-by: Erik Schmauss <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent db2e11a commit c6ba26e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/acpi/acpica/dbtest.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,14 +330,13 @@ acpi_db_test_one_object(acpi_handle obj_handle,
330330
case ACPI_ADR_SPACE_SYSTEM_MEMORY:
331331
case ACPI_ADR_SPACE_SYSTEM_IO:
332332
case ACPI_ADR_SPACE_PCI_CONFIG:
333-
case ACPI_ADR_SPACE_EC:
334333

335334
break;
336335

337336
default:
338337

339338
acpi_os_printf
340-
(" %s space is not supported [%4.4s]\n",
339+
(" %s space is not supported in this command [%4.4s]\n",
341340
acpi_ut_get_region_name(region_obj->region.
342341
space_id),
343342
region_obj->region.node->name.ascii);

0 commit comments

Comments
 (0)