patch-2.4.0-prerelease linux/drivers/acpi/dispatcher/dswscope.c
Next file: linux/drivers/acpi/dispatcher/dswstate.c
Previous file: linux/drivers/acpi/dispatcher/dswload.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Fri Dec 29 14:07:21 2000
- Orig file:
v2.4.0-test12/linux/drivers/acpi/dispatcher/dswscope.c
- Orig date:
Sun Oct 8 10:50:13 2000
diff -u --recursive --new-file v2.4.0-test12/linux/drivers/acpi/dispatcher/dswscope.c linux/drivers/acpi/dispatcher/dswscope.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: dswscope - Scope stack manipulation
- * $Revision: 38 $
+ * $Revision: 40 $
*
*****************************************************************************/
@@ -89,14 +89,14 @@
if (!node) {
/* invalid scope */
- REPORT_ERROR ("Ds_scope_stack_push: null scope passed");
+ REPORT_ERROR (("Ds_scope_stack_push: null scope passed\n"));
return (AE_BAD_PARAMETER);
}
/* Make sure object type is valid */
if (!acpi_aml_validate_object_type (type)) {
- REPORT_WARNING ("Ds_scope_stack_push: type code out of range");
+ REPORT_WARNING (("Ds_scope_stack_push: type code out of range\n"));
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)