[PATCH v4 0/3] PM: runtime: Auto-cleanup macros for runtime PM
From: Rafael J. Wysocki
Date: Fri Sep 26 2025 - 12:28:01 EST
Hi All,
This supersedes
https://lore.kernel.org/linux-pm/12763087.O9o76ZdvQC@rafael.j.wysocki/
which was an update of
https://lore.kernel.org/linux-pm/6204724.lOV4Wx5bFT@rafael.j.wysocki/
that superseded both
https://lore.kernel.org/linux-pm/5049058.31r3eYUQgx@rafael.j.wysocki/
and
https://lore.kernel.org/linux-pm/20250919163147.4743-1-tiwai@xxxxxxx/
It follows the Jonathan's suggestion to use ACQUIRE()/ACQUIRE_ERR()
instead af raw CLASS() to make the code somewhat cleaner.
Thanks!