Automated cleanup

date	2005.05.25.22.19.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:17:58 +00:00
parent 3ece57213a
commit 1afdafbc65

View File

@ -1,7 +1,7 @@
/*******************************************************************************
*
* Module Name: dbcmds - debug commands and output routines
* $Revision: 1.122 $
* $Revision: 1.123 $
*
******************************************************************************/
@ -574,7 +574,7 @@ AcpiDbDisassembleMethod (
ACPI_NAMESPACE_NODE *Method;
Method = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE,
Method = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE,
ACPI_TO_POINTER (ACPI_STRTOUL (Name, NULL, 16)));
if (!Method)
{