syscore: Use pm_pr_dbg() for syscore_{suspend,resume}()
authorStephen Boyd <swboyd@chromium.org>
Thu, 6 Aug 2020 21:46:33 +0000 (14:46 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Sep 2020 11:32:06 +0000 (13:32 +0200)
commit81b142245b6f0249896325c7e8451cb5347d4d31
tree71076051340c27948d94dd7df3c137cdb24cb9a9
parente3aa745ff9f6326e495c3f9c6095120b7c417a21
syscore: Use pm_pr_dbg() for syscore_{suspend,resume}()

The debug messages about what syscore suspend/resume hooks are called
are only present if you have initcall debugging enabled. Let's move
these messages to pm_pr_dbg() so that the syscore PM messages are
included along with all the other PM debugging info that can be seen
during suspend/resume debugging.

Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Link: https://lore.kernel.org/r/20200806214633.204472-1-swboyd@chromium.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/syscore.c