2022-12-02 15:16:03

by Rafael J. Wysocki

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

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!