Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 345a6e6a authored by Jae-hyeon Park's avatar Jae-hyeon Park Committed by Linus Torvalds
Browse files

[PATCH] ACPI: fix not power-manageable device message



Fix typo in message.

Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 929a40ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}