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

Commit 1d644226 authored by Rafael J. Wysocki's avatar Rafael J. Wysocki
Browse files

PM: wakeup: Use pr_debug() for the "aborting suspend" message



The message printed by pm_wakeup_pending() on wakeup detection is
not very useful if someone is not interested specifically in
debugging wakeup, so turn it into a pm_debug() one.

Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 91eb88b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -853,7 +853,7 @@ bool pm_wakeup_pending(void)
	spin_unlock_irqrestore(&events_lock, flags);

	if (ret) {
		pr_info("PM: Wakeup pending, aborting suspend\n");
		pr_debug("PM: Wakeup pending, aborting suspend\n");
		pm_print_active_wakeup_sources();
	}