On Wed, May 27, 2020 at 10:46:22AM +0800, Dinghao Liu wrote: > pm_runtime_get_sync() increments the runtime PM usage counter even > the call returns an error code. Thus a pairing decrement is needed > on the error handling path to keep the counter balanced. > > Signed-off-by: Dinghao Liu <[email protected]> > ---
Acked-by: Charles Keepax <[email protected]> Thanks, Charles

