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

From: Rafael J. Wysocki
Date: Thu Dec 01 2022 - 13:35:10 EST


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!