The patch titled ACPI: fix not power-manageable device message has been removed from the -mm tree. Its filename is acpi-identify-which-device-is-not-power-manageable.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ACPI: fix not power-manageable device message From: Jae-hyeon Park <jhpark@xxxxxxxxxxxxxxxxxxxxxxx> Fix typo in message. Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/acpi/bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/acpi/bus.c~acpi-identify-which-device-is-not-power-manageable drivers/acpi/bus.c --- a/drivers/acpi/bus.c~acpi-identify-which-device-is-not-power-manageable +++ a/drivers/acpi/bus.c @@ -192,7 +192,7 @@ int acpi_bus_set_power(acpi_handle handl /* 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; } _ Patches currently in -mm which might be from jhpark@xxxxxxxxxxxxxxxxxxxxxxx are origin.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html