On Fri, Aug 21, 2026 at 02:56:00PM +0100, Prabhakar wrote: > From: Lad Prabhakar > > pm_runtime_put() may trigger the idle check after pm_runtime_disable() > is run as part of devm_pm_runtime_enable()'s cleanup action, leaving > runtime PM active. > > Use pm_runtime_put_sync() to ensure the idle check runs synchronously. > > Signed-off-by: Lad Prabhakar Reviewed-by: Wolfram Sang Tested-by: Wolfram Sang