projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3265eba
)
acpi_idle: add missing \n to printk
author
Len Brown
<len.brown@intel.com>
Sat, 25 Sep 2010 00:50:02 +0000
(20:50 -0400)
committer
Len Brown
<len.brown@intel.com>
Wed, 29 Sep 2010 03:30:40 +0000
(23:30 -0400)
otherwise, these two lines print as one:
ACPI: acpi_idle yielding to intel_idle
ACPI: SSDT
3f5d8741
00203 (v02 PmRef Cpu0Ist
00003000
INTL
20050624
)
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/processor_driver.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/processor_driver.c
b/drivers/acpi/processor_driver.c
index
1560218
..
347eb21
100644
(file)
--- a/
drivers/acpi/processor_driver.c
+++ b/
drivers/acpi/processor_driver.c
@@
-850,7
+850,7
@@
static int __init acpi_processor_init(void)
printk(KERN_DEBUG "ACPI: %s registered with cpuidle\n",
acpi_idle_driver.name);
} else {
- printk(KERN_DEBUG "ACPI: acpi_idle yielding to %s",
+ printk(KERN_DEBUG "ACPI: acpi_idle yielding to %s
\n
",
cpuidle_get_driver()->name);
}