mbox series

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

Message ID 5627469.DvuYhMxLoT@kreacher
Headers show
Series PM: runtime: Fix rpm_idle() and relocate rpm_callback() | expand

Message

Rafael J. Wysocki Dec. 2, 2022, 2:28 p.m. UTC
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!