mirror of
https://github.com/acpica/acpica/
synced 2025-01-16 22:39:17 +03:00
Fixed debug statement
date 2004.03.26.22.34.00; author rmoore1; state Exp;
This commit is contained in:
parent
2ad214652b
commit
de8a5781c8
@ -2,7 +2,7 @@
|
||||
*
|
||||
* Module Name: nsutils - Utilities for accessing ACPI namespace, accessing
|
||||
* parents and siblings and Scope manipulation
|
||||
* $Revision: 1.133 $
|
||||
* $Revision: 1.134 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -341,7 +341,7 @@ AcpiNsGetType (
|
||||
|
||||
if (!Node)
|
||||
{
|
||||
ACPI_REPORT_WARNING (("NsGetType: Null Node ptr"));
|
||||
ACPI_REPORT_WARNING (("NsGetType: Null Node input pointer\n"));
|
||||
return_VALUE (ACPI_TYPE_ANY);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user