]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
PM: wakeup: Use pr_debug() for the "aborting suspend" message
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 21 May 2018 11:12:12 +0000 (13:12 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 24 May 2018 08:19:16 +0000 (10:19 +0200)
commit1d6442263400709f12586b4b23a75b6aad549140
tree32f5c37e8488d6e4265f8a8b2f2c9665483a6310
parent91eb88b027ecec00110f3c496899d389d2ab9850
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: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/power/wakeup.c