ACPI: Correct ACPI_DEBUG_OUTPUT typo
authorRobert P. J. Day <rpjday@mindspring.com>
Sat, 27 Jan 2007 06:55:18 +0000 (01:55 -0500)
committerLen Brown <len.brown@intel.com>
Tue, 30 Jan 2007 06:54:51 +0000 (01:54 -0500)
-#ifdef CONFIG_ACPI_DEBUG_OUTPUT
+#ifdef ACPI_DEBUG_OUTPUT

As the former doesn't exist.

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/scan.c

index 283d87522c5ddc6c96b1569872eeb435e77b9ddc..0bd788a64eb3875134ce4734832462a4f91624ed 100644 (file)
@@ -891,7 +891,7 @@ static int acpi_device_set_context(struct acpi_device *device, int type)
 static void acpi_device_get_debug_info(struct acpi_device *device,
                                       acpi_handle handle, int type)
 {
-#ifdef CONFIG_ACPI_DEBUG_OUTPUT
+#ifdef ACPI_DEBUG_OUTPUT
        char *type_string = NULL;
        char name[80] = { '?', '\0' };
        struct acpi_buffer buffer = { sizeof(name), name };
@@ -928,7 +928,7 @@ static void acpi_device_get_debug_info(struct acpi_device *device,
        }
 
        printk(KERN_DEBUG "Found %s %s [%p]\n", type_string, name, handle);
-#endif                         /*CONFIG_ACPI_DEBUG_OUTPUT */
+#endif                         /* ACPI_DEBUG_OUTPUT */
 }
 
 static int acpi_bus_remove(struct acpi_device *dev, int rmdevice)