Deleted Added
full compact
282c282
< Status = AcpiUtValidateResource (Aml, &ResourceIndex);
---
> Status = AcpiUtValidateResource (NULL, Aml, &ResourceIndex);
369c369,370
< * PARAMETERS: Op - Buffer Op to be examined
---
> * PARAMETERS: WalkState - Current walk info
> * Op - Buffer Op to be examined
379a381
> ACPI_WALK_STATE *WalkState,
398a401,406
> if (!NextOp)
> {
> AcpiOsPrintf ("NULL byte list in buffer\n");
> return (AE_TYPE);
> }
>
410c418
< Status = AcpiUtWalkAmlResources (Aml, Length, NULL, &EndAml);
---
> Status = AcpiUtWalkAmlResources (WalkState, Aml, Length, NULL, &EndAml);