Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8edc81cc authored by Len Brown's avatar Len Brown
Browse files

Merge ../to-linus-stable

parents 11e981f1 62778ba1
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -491,12 +491,6 @@ acpi_ds_load2_begin_op (
		if ((!(walk_state->op_info->flags & AML_NSOPCODE) &&
			  (walk_state->opcode != AML_INT_NAMEPATH_OP)) ||
			(!(walk_state->op_info->flags & AML_NAMED))) {
			if ((walk_state->op_info->class == AML_CLASS_EXECUTE) ||
				(walk_state->op_info->class == AML_CLASS_CONTROL)) {
				ACPI_REPORT_WARNING ((
					"Encountered executable code at module level, [%s]\n",
					acpi_ps_get_opcode_name (walk_state->opcode)));
			}
			return_ACPI_STATUS (AE_OK);
		}