Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PM: sleep: core: Switch back to async_schedule_dev()
Commit 8b9ec6b ("PM core: Use new async_schedule_dev command") introduced a new function for better performance. However commit f2a424f ("PM / core: Introduce dpm_async_fn() helper") went back to the non-optimized version, async_schedule(). So switch back to the sync_schedule_dev() to improve performance Fixes: f2a424f ("PM / core: Introduce dpm_async_fn() helper") Signed-off-by: Kai-Heng Feng <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
- Loading branch information