[PATCH] ACPI: fix not power-manageable device message
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>
This commit is contained in:
parent
929a40ec32
commit
345a6e6aea
@ -192,7 +192,7 @@ int acpi_bus_set_power(acpi_handle handle, int state)
|
|||||||
/* Make sure this is a valid target state */
|
/* Make sure this is a valid target state */
|
||||||
|
|
||||||
if (!device->flags.power_manageable) {
|
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);
|
device->kobj.name);
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user