Commit 6efc0cac authored by Andy Grover's avatar Andy Grover

ACPI: Use printk instead of pr_debug (Randy Dunlap)

parent 37055f70
...@@ -644,7 +644,7 @@ void acpi_device_get_debug_info(struct acpi_device * device, acpi_handle handle, ...@@ -644,7 +644,7 @@ void acpi_device_get_debug_info(struct acpi_device * device, acpi_handle handle,
break; break;
} }
pr_debug("Found %s %s [%p]\n", type_string, name, handle); printk(KERN_DEBUG "Found %s %s [%p]\n", type_string, name, handle);
#endif /*CONFIG_ACPI_DEBUG_OUTPUT*/ #endif /*CONFIG_ACPI_DEBUG_OUTPUT*/
} }
......
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