mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 22:09:17 +03:00
Automated code cleanup
date 2003.02.28.17.06.00; author rmoore1; state Exp;
This commit is contained in:
parent
b29ead8045
commit
d155ccc76b
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: adisasm - Application-level disassembler routines
|
||||
* $Revision: 1.55 $
|
||||
* $Revision: 1.56 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -645,7 +645,6 @@ AdDisplayTables (
|
||||
}
|
||||
|
||||
|
||||
|
||||
/******************************************************************************
|
||||
*
|
||||
* FUNCTION: AdDeferredParse
|
||||
@ -848,7 +847,7 @@ AdParseDeferredOps (
|
||||
*
|
||||
* FUNCTION: AdGetLocalTables
|
||||
*
|
||||
* PARAMETERS:
|
||||
* PARAMETERS:
|
||||
*
|
||||
* RETURN: None
|
||||
*
|
||||
@ -868,7 +867,6 @@ AdGetLocalTables (
|
||||
UINT32 PointerSize;
|
||||
|
||||
|
||||
|
||||
if (GetAllTables)
|
||||
{
|
||||
ACPI_STRNCPY (TableHeader.Signature, "RSDT", 4);
|
||||
@ -1007,7 +1005,7 @@ AdParseTable (
|
||||
return (AE_NO_MEMORY);
|
||||
}
|
||||
|
||||
Status = AcpiDsInitAmlWalk (WalkState, AcpiGbl_ParsedNamespaceRoot,
|
||||
Status = AcpiDsInitAmlWalk (WalkState, AcpiGbl_ParsedNamespaceRoot,
|
||||
NULL, AmlStart, AmlLength, NULL, NULL, 1);
|
||||
if (ACPI_FAILURE (Status))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user