Comment 19 for bug 1942215

Revision history for this message
Andrey Melnikov (temnota-am) wrote :

> Thanks Andrey, have you already upstreamed this patch?

No. I'm transform it to:
- if (!(walk_state->op_info->flags & AML_NO_OPERAND_RESOLVE)) {
+ if (!(walk_state->op_info->flags & AML_NO_OPERAND_RESOLVE) && walk_state->num_operands) {

and succesfuly run kernel.
if I return error here - ACPI leave hardware in unusable state.