projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
929a40e
)
[PATCH] ACPI: fix not power-manageable device message
author
Jae-hyeon Park
<jhpark@tuhep.phys.tohoku.ac.jp>
Sat, 1 Jul 2006 11:35:47 +0000
(
04:35
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 1 Jul 2006 16:55:58 +0000
(09:55 -0700)
Fix typo in message.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/acpi/bus.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/acpi/bus.c
b/drivers/acpi/bus.c
index dec044c04273de93a76ba97b2cbf8d227272a83a..ea5a0496a4fd9a63531dd1665975b44d810b0dbb 100644
(file)
--- a/
drivers/acpi/bus.c
+++ b/
drivers/acpi/bus.c
@@
-192,7
+192,7
@@
int acpi_bus_set_power(acpi_handle handle, int state)
/* Make sure this is a valid target state */
if (!device->flags.power_manageable) {
- printk(KERN_DEBUG "Device `[%s]is not power manageable",
+ printk(KERN_DEBUG "Device `[%s]
'
is not power manageable",
device->kobj.name);
return -ENODEV;
}