Skip to content

Commit f2173c3

Browse files
Erik Kanedarafaeljw
authored andcommitted
ACPICA: acpiexec: remove redeclaration of acpi_gbl_db_opt_no_region_support
ACPICA commit 825c53661cacc7e3dab4844588201846143bd1b7 This variable was re-defined in a file specific to acpiexec. Remove the redundant declaration and move the initialize to the debugger. Patch based on suggestions by David Seifert and Benjamin Berg. Link: acpica/acpica@825c5366 Reported-by: David Seifert <[email protected]> Reported-by: Benjamin Berg <[email protected]> Signed-off-by: Erik Kaneda <[email protected]> Signed-off-by: Bob Moore <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 26b22d7 commit f2173c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/acpi/acpica/dbxface.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ acpi_status acpi_initialize_debugger(void)
409409
acpi_gbl_db_output_flags = ACPI_DB_CONSOLE_OUTPUT;
410410

411411
acpi_gbl_db_opt_no_ini_methods = FALSE;
412+
acpi_gbl_db_opt_no_region_support = FALSE;
412413

413414
acpi_gbl_db_buffer = acpi_os_allocate(ACPI_DEBUG_BUFFER_SIZE);
414415
if (!acpi_gbl_db_buffer) {

0 commit comments

Comments
 (0)