ACPICA: Results from Clang
ACPICA commit 1f08279b3eb13f17004159c28c391a390cd68feb Changes/fixes From Clang V5.0.1. Mostly "set but never read" warnings. Link: https://github.com/acpica/acpica/commit/1f08279b 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>
This commit is contained in:

committed by
Rafael J. Wysocki

parent
d6d5df1db6
commit
edc5935ec7
@@ -480,9 +480,8 @@ acpi_ps_complete_op(struct acpi_walk_state *walk_state,
|
||||
acpi_ps_get_opcode_info((*op)->common.aml_opcode);
|
||||
walk_state->opcode = (*op)->common.aml_opcode;
|
||||
|
||||
status = walk_state->ascending_callback(walk_state);
|
||||
status =
|
||||
acpi_ps_next_parse_state(walk_state, *op, status);
|
||||
(void)walk_state->ascending_callback(walk_state);
|
||||
(void)acpi_ps_next_parse_state(walk_state, *op, status);
|
||||
|
||||
status2 = acpi_ps_complete_this_op(walk_state, *op);
|
||||
if (ACPI_FAILURE(status2)) {
|
||||
|
Reference in New Issue
Block a user