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

Commit af4f949c authored by Len Brown's avatar Len Brown
Browse files

ACPI: "Device `[%s]' is not power manageable" make message debug only



Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent b3cf2576
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -192,8 +192,8 @@ 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",
				device->kobj.name);
		ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Device `[%s]' is not power manageable",
				device->kobj.name));
		return -ENODEV;
	}
	/*