power: wakeup: Disable logging for pending wakeups
Thanks to @tropez08.
This commit is contained in:
parent
224a46cc60
commit
865bcc3e46
|
@ -896,7 +896,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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user