Hi, Roger Quadros writes: > If there is a failure after pm_runtime_enable/get_sync() > we need to call pm_runtime_disable/put_sync(). > > Otherwise it will lead to an unbalanced pm_runtime_enable() on the > subsequent probe if the earlier probe bailed out due to -EPROBE_DEFER. > > Signed-off-by: Roger Quadros where is this supposed to be applied? You're not checking if pm_runtime_get() failed at all. -- balbi