projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce362c0
)
ACPI: enable BIOS warning
author
Len Brown
<lenb@toshiba.site>
Fri, 31 Mar 2006 05:37:23 +0000
(
00:37
-0500)
committer
Len Brown
<len.brown@intel.com>
Fri, 31 Mar 2006 05:37:23 +0000
(
00:37
-0500)
http://bugzilla.kernel.org/show_bug.cgi?id=5452
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/processor_core.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/acpi/processor_core.c
b/drivers/acpi/processor_core.c
index 713b763884a95d61afd37e9dc79ed28be70fd6e3..18d380f095b582757b78a00bf3feb536e3e7ab97 100644
(file)
--- a/
drivers/acpi/processor_core.c
+++ b/
drivers/acpi/processor_core.c
@@
-558,8
+558,8
@@
static int acpi_processor_start(struct acpi_device *device)
*/
if (processor_device_array[pr->id] != NULL &&
processor_device_array[pr->id] != (void *)device) {
-
ACPI_DEBUG_PRINT((ACPI_DB_ERROR, "BIOS reporting
wrong ACPI id"
- "for the processor\n")
)
;
+
printk(KERN_WARNING "BIOS reported
wrong ACPI id"
+ "for the processor\n");
return_VALUE(-ENODEV);
}
processor_device_array[pr->id] = (void *)device;