Deleted Added
full compact
479a480,492
> /*
> * Get the region handler and save it in the method object. We may need
> * this if an operation region declaration causes a _REG method to be run.
> *
> * We can't do this in AcpiPsLinkModuleCode because
> * AcpiGbl_RootNode->Object is NULL at PASS1.
> */
> if ((Type == ACPI_TYPE_DEVICE) && ParentNode->Object)
> {
> MethodObj->Method.Extra.Handler =
> ParentNode->Object->Device.Handler;
> }
>
515a529,535
> /* Delete a possible implicit return value (in slack mode) */
>
> if (Info->ReturnObject)
> {
> AcpiUtRemoveReference (Info->ReturnObject);
> }
>