diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-11-26 12:29:54 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-11-26 12:29:54 +0300 |
commit | 713608a30b0a5f5b0866a7c4f462e51b362ee06d (patch) | |
tree | b244dbb0703b7a2bc968d76c6c186a84e5a12499 /drivers/acpi/acpica/dbobject.c | |
parent | b4447c0dcd0d270e98a88e34df52cb097acd0fd2 (diff) | |
parent | c7ccf10bb92e68d8eb09f1b9635df7fbce0190d9 (diff) | |
download | linux-713608a30b0a5f5b0866a7c4f462e51b362ee06d.tar.xz |
Merge branch 'acpica'
* acpica:
ACPICA: Update version to 20191018
ACPICA: debugger: remove leading whitespaces when converting a string to a buffer
ACPICA: acpiexec: initialize all simple types and field units from user input
ACPICA: debugger: add field unit support for acpi_db_get_next_token
ACPICA: debugger: surround field unit output with braces '{'
ACPICA: debugger: add command to dump all fields of particular subtype
ACPICA: utilities: add flag to only display data when dumping buffers
ACPICA: make acpi_load_table() return table index
ACPICA: Add new external interface, acpi_unload_table()
ACPICA: More Clang changes
ACPICA: Win OSL: Replace get_tick_count with get_tick_count64
ACPICA: Results from Clang
Diffstat (limited to 'drivers/acpi/acpica/dbobject.c')
-rw-r--r-- | drivers/acpi/acpica/dbobject.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/dbobject.c b/drivers/acpi/acpica/dbobject.c index f9fc84bc3e84..4b4c530a0654 100644 --- a/drivers/acpi/acpica/dbobject.c +++ b/drivers/acpi/acpica/dbobject.c @@ -464,7 +464,6 @@ void acpi_db_decode_arguments(struct acpi_walk_state *walk_state) u8 display_args = FALSE; node = walk_state->method_node; - obj_desc = walk_state->method_desc; /* There are no arguments for the module-level code case */ |