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

Commit ead77594 authored by Shaohua Li's avatar Shaohua Li Committed by Len Brown
Browse files

ACPI: "ACPI handle has no context!" should be KERN_DEBUG



Signed-off-by: default avatarShaohua Li <shaohua.li@intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 1a8f4610
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -305,7 +305,7 @@ int acpi_pm_device_sleep_state(struct device *dev, int wake, int *d_min_p)
	unsigned long d_min, d_max;

	if (!handle || ACPI_FAILURE(acpi_bus_get_device(handle, &adev))) {
		printk(KERN_ERR "ACPI handle has no context!\n");
		printk(KERN_DEBUG "ACPI handle has no context!\n");
		return -ENODEV;
	}