[PATCH v1 0/2] PM: runtime: Fix rpm_idle() and relocate rpm_callback()

Rafael J. Wysocki posted 2 patches 2 years, 9 months ago
[PATCH v1 0/2] PM: runtime: Fix rpm_idle() and relocate rpm_callback()
Posted by Rafael J. Wysocki 2 years, 9 months ago
Hi All,

The first patch in this series replaces the __rpm_callback() invocation in
rpm_idle() with something simpler (and more correct) and the second one
moves rpm_callback() next to __rpm_callback().

Thanks!