On Thu, 8 Apr 2021 15:26:58 +0800, Dinghao Liu wrote: > pm_runtime_get_sync() will increase the runtime PM counter > even it returns an error. Thus a pairing decrement is needed > to prevent refcount leak. Fix this by replacing this API with > pm_runtime_resume_and_get(), which will not change the runtime > PM counter on error. Applied to pci/tegra, thanks! [1/1] PCI: tegra: Fix runtime PM imbalance in pex_ep_event_pex_rst_deassert https://git.kernel.org/lpieralisi/pci/c/571cdd5294 Thanks, Lorenzo