|
@@ -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();
|
|
|
}
|
|
}
|
|
|
|
|
|