mbox series

[v1,0/2] PM: sleep: Avoid using pr_cont() in tasks freezing code

Message ID 4441789.LvFx2qVVIh@kreacher
Headers show
Series PM: sleep: Avoid using pr_cont() in tasks freezing code | expand

Message

Rafael J. Wysocki Dec. 1, 2022, 6:31 p.m. UTC
Hi All,

The first patch in this series rearranges the tasks freezing code used during
system-wide suspend and hibernation to avoid printing continuation messages
with pr_cont() which is problematic.

The second patch refines one more message in that code on top of the first one.

Thanks!