linux/drivers/pci/controller/cadence
Dinghao Liu 7a790087c1 PCI: cadence: 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/20200520090253.2761-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>
2020-07-07 11:29:12 +01:00
..
Kconfig
Makefile
pcie-cadence-ep.c
pcie-cadence-host.c PCI: cadence: Fix to read 32-bit Vendor ID/Device ID property from DT 2020-05-18 15:52:34 +01:00
pcie-cadence-plat.c PCI: cadence: Fix runtime PM imbalance on error 2020-07-07 11:29:12 +01:00
pcie-cadence.c
pcie-cadence.h PCI: cadence: Fix to read 32-bit Vendor ID/Device ID property from DT 2020-05-18 15:52:34 +01:00