Re: [PATCH] PCI: qcom: Improve exception handling in qcom_pcie_probe()
From: Markus Elfring
Date: Tue May 26 2020 - 10:30:52 EST
Please avoid a typo in the patch subject (by a possible alternative?).
> In function qcom_pcie_probe(), there are several error-handling problem.
Wording adjustments:
This function contained improvable implementation details according to
exception handling.
> because refcount will be increased even pm_runtime_get_sync() returns
> an error.
because the reference count will be increased despite of the failure.
Thus add the missed function call.
> 2. pm_runtime_disable() are called twice, â
â
Thus remove redundant function calls.
Regards,
Markus