[ACPI] ACPICA 20060113
[sfrench/cifs-2.6.git] / drivers / acpi / namespace / nsalloc.c
index cc7a85f8cfe686004d29abd3c7e735367e021472..3db950f5d5a028422d5e33d6a3443406a5ea40fc 100644 (file)
@@ -5,7 +5,7 @@
  ******************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2005, R. Byron Moore
+ * Copyright (C) 2000 - 2006, R. Byron Moore
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -272,9 +272,8 @@ void acpi_ns_delete_children(struct acpi_namespace_node *parent_node)
                /* Grandchildren should have all been deleted already */
 
                if (child_node->child) {
-                       ACPI_DEBUG_PRINT((ACPI_DB_ERROR,
-                                         "Found a grandchild! P=%p C=%p\n",
-                                         parent_node, child_node));
+                       ACPI_REPORT_ERROR(("Found a grandchild! P=%p C=%p\n",
+                                          parent_node, child_node));
                }
 
                /* Now we can free this child object */