diff options
author | Dinghao Liu <dinghao.liu@zju.edu.cn> | 2020-05-21 10:47:09 +0800 |
---|---|---|
committer | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 2020-06-01 09:58:59 +0100 |
commit | fcee90cdf6f3a3a371add04d41528d5ba9c3b411 (patch) | |
tree | 8a9de012210b137c678642e385ef66b725898714 /drivers/pci/controller/dwc | |
parent | 1c1dbb2c02623db18a50c61b175f19aead800b4e (diff) | |
download | linux-fcee90cdf6f3a3a371add04d41528d5ba9c3b411.tar.bz2 |
PCI: tegra: Fix runtime PM imbalance on error
pm_runtime_get_sync() increments the runtime PM usage counter even
when it returns an error code. Thus a pairing decrement is needed on
the error handling path to keep the counter balanced.
Also, call pm_runtime_disable() when pm_runtime_get_sync() returns
an error code.
Link: https://lore.kernel.org/r/20200521024709.2368-1-dinghao.liu@zju.edu.cn
Signed-off-by: Dinghao Liu <dinghao.liu@zju.edu.cn>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/pci/controller/dwc')
0 files changed, 0 insertions, 0 deletions