Explorar o código

ACPI: Device [kobj-name] is not power manageable

print kobj name in this message.
lenb changed to use printk.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
Jae-hyeon Park %!s(int64=19) %!d(string=hai) anos
pai
achega
64dedfb8fd
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      drivers/acpi/bus.c

+ 2 - 1
drivers/acpi/bus.c

@@ -196,7 +196,8 @@ int acpi_bus_set_power(acpi_handle handle, int state)
 	/* Make sure this is a valid target state */
 
 	if (!device->flags.power_manageable) {
-		ACPI_INFO((AE_INFO, "Device is not power manageable"));
+		printk(KERN_DEBUG "Device `[%s]is not power manageable",
+				device->kobj.name);
 		return_VALUE(-ENODEV);
 	}
 	/*