提交 c2615d62 编写于 作者: D Dinghao Liu 提交者: Lorenzo Pieralisi

PCI: dwc: pci-dra7xx: Fix runtime PM imbalance on error

pm_runtime_get_sync() increments the runtime PM usage counter even
it returns an error code. Thus a pairing decrement is needed on
the error handling path to keep the counter balanced.

Link: https://lore.kernel.org/r/20200520084756.31620-1-dinghao.liu@zju.edu.cnSigned-off-by: NDinghao Liu <dinghao.liu@zju.edu.cn>
Signed-off-by: NLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
上级 b3a9e3b9
...@@ -998,9 +998,8 @@ static int __init dra7xx_pcie_probe(struct platform_device *pdev) ...@@ -998,9 +998,8 @@ static int __init dra7xx_pcie_probe(struct platform_device *pdev)
return 0; return 0;
err_gpio: err_gpio:
pm_runtime_put(dev);
err_get_sync: err_get_sync:
pm_runtime_put(dev);
pm_runtime_disable(dev); pm_runtime_disable(dev);
dra7xx_pcie_disable_phy(dra7xx); dra7xx_pcie_disable_phy(dra7xx);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册