Comment cleanup

date	2001.07.10.20.33.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:14:35 +00:00
parent eb13582db9
commit 3e76ebe0e7

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: psxface - Parser external interfaces
* $Revision: 1.44 $
* $Revision: 1.45 $
*
*****************************************************************************/
@ -128,7 +128,7 @@
MODULE_NAME ("psxface")
/*****************************************************************************
/*******************************************************************************
*
* FUNCTION: AcpiPsxExecute
*
@ -144,7 +144,7 @@
*
* DESCRIPTION: Execute a control method
*
****************************************************************************/
******************************************************************************/
ACPI_STATUS
AcpiPsxExecute (
@ -199,7 +199,6 @@ AcpiPsxExecute (
* Perform the first pass parse of the method to enter any
* named objects that it creates into the namespace
*/
DEBUG_PRINTP (ACPI_INFO,
("**** Begin Method Execution **** Entry=%p obj=%p\n",
MethodNode, ObjDesc));
@ -255,11 +254,9 @@ AcpiPsxExecute (
/*
* Normal exit is with Status == AE_RETURN_VALUE when a ReturnOp has been
* executed, or with Status == AE_PENDING at end of AML block (end of
* Method code)
* If the method has returned an object, signal this to the caller with
* a control exception code
*/
if (*ReturnObjDesc)
{
DEBUG_PRINTP (ACPI_INFO, ("Method returned ObjDesc=%X\n",