summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/nsobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/nsobject.c')
-rw-r--r--sys/contrib/dev/acpica/nsobject.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/nsobject.c b/sys/contrib/dev/acpica/nsobject.c
index 6dd5fe3..e2f1d4f 100644
--- a/sys/contrib/dev/acpica/nsobject.c
+++ b/sys/contrib/dev/acpica/nsobject.c
@@ -2,7 +2,7 @@
*
* Module Name: nsobject - Utilities for objects attached to namespace
* table entries
- * $Revision: 46 $
+ * $Revision: 47 $
*
******************************************************************************/
@@ -513,7 +513,7 @@ AcpiNsGetAttachedObject (
{
/* handle invalid */
- REPORT_WARNING (("NsGetAttachedObject: Null handle\n"));
+ DEBUG_PRINT (ACPI_WARN, ("NsGetAttachedObject: Null handle\n"));
return_PTR (NULL);
}
OpenPOWER on IntegriCloud