Commit 5882eeaf authored by Linus Torvalds's avatar Linus Torvalds

Merge http://linux-acpi.bkbits.net/linux-acpi

into home.transmeta.com:/home/torvalds/v2.5/linux
parents e7fdc7e7 833f4611
/****************************************************************************** /******************************************************************************
* *
* Module Name: dsinit - Object initialization namespace walk * Module Name: dsinit - Object initialization namespace walk
* $Revision: 2 $ * $Revision: 4 $
* *
*****************************************************************************/ *****************************************************************************/
...@@ -106,7 +106,7 @@ acpi_ds_init_one_object ( ...@@ -106,7 +106,7 @@ acpi_ds_init_one_object (
/* Print a dot for each method unless we are going to print the entire pathname */ /* Print a dot for each method unless we are going to print the entire pathname */
if (!(acpi_dbg_level & ACPI_LV_INIT_NAMES)) { if (!(acpi_dbg_level & ACPI_LV_INIT_NAMES)) {
acpi_os_printf ("."); ACPI_DEBUG_PRINT_RAW ((ACPI_DB_INIT, "."));
} }
/* /*
......
...@@ -278,7 +278,7 @@ acpi_ns_init_one_object ( ...@@ -278,7 +278,7 @@ acpi_ns_init_one_object (
/* Print a dot for each object unless we are going to print the entire pathname */ /* Print a dot for each object unless we are going to print the entire pathname */
if (!(acpi_dbg_level & ACPI_LV_INIT_NAMES)) { if (!(acpi_dbg_level & ACPI_LV_INIT_NAMES)) {
acpi_os_printf ("."); ACPI_DEBUG_PRINT_RAW ((ACPI_DB_INIT, "."));
} }
/* /*
...@@ -321,7 +321,7 @@ acpi_ns_init_one_device ( ...@@ -321,7 +321,7 @@ acpi_ns_init_one_device (
if ((acpi_dbg_level <= ACPI_LV_ALL_EXCEPTIONS) && (!(acpi_dbg_level & ACPI_LV_INFO))) { if ((acpi_dbg_level <= ACPI_LV_ALL_EXCEPTIONS) && (!(acpi_dbg_level & ACPI_LV_INFO))) {
acpi_os_printf ("."); ACPI_DEBUG_PRINT_RAW ((ACPI_DB_INIT, "."));
} }
info->device_count++; info->device_count++;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment