Skip to content

Commit 761dc71

Browse files
SaketADumbrerafaeljw
authored andcommitted
ACPICA: Update dsmethod.c to get rid of unused variable warning
All the 3 major C compilers (MSVC, GCC, LLVM/Clang) warn about the unused variable i after the removal of its usage by PR #1031 addressing Issue #1027 Link: acpica/acpica@6d235320 Signed-off-by: Saket Dumbre <saket.dumbre@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent e9dff11 commit 761dc71

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/acpi/acpica/dsmethod.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,6 @@ acpi_ds_call_control_method(struct acpi_thread_state *thread,
462462
struct acpi_walk_state *next_walk_state = NULL;
463463
union acpi_operand_object *obj_desc;
464464
struct acpi_evaluate_info *info;
465-
u32 i;
466465

467466
ACPI_FUNCTION_TRACE_PTR(ds_call_control_method, this_walk_state);
468467

0 commit comments

Comments
 (0)