提交 1d644226 编写于 作者: R Rafael J. Wysocki

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: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 91eb88b0
...@@ -853,7 +853,7 @@ bool pm_wakeup_pending(void) ...@@ -853,7 +853,7 @@ bool pm_wakeup_pending(void)
spin_unlock_irqrestore(&events_lock, flags); spin_unlock_irqrestore(&events_lock, flags);
if (ret) { if (ret) {
pr_info("PM: Wakeup pending, aborting suspend\n"); pr_debug("PM: Wakeup pending, aborting suspend\n");
pm_print_active_wakeup_sources(); pm_print_active_wakeup_sources();
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册