Re: [PATCH v6 7/8] PCI: imx6: Disable enabled clocks and regulators after link is down

From: Fabio Estevam
Date: Tue Feb 08 2022 - 21:45:06 EST


Hi Richard,

On Tue, Feb 8, 2022 at 10:56 PM Hongxing Zhu <hongxing.zhu@xxxxxxx> wrote:

> Do you mean that we should ignore the return of dw_pcie_host_init() and
> finish the _probe without an error return?

Yes, we should not return an error on probe if the link is down.

Thanks