Re: [PATCH] PCI: histb: Fix an error handling path in histb_pcie_probe()

From: Krzysztof Wilczyński
Date: Sun Mar 09 2025 - 15:58:30 EST


Hello,

> If an error occurs after a successful phy_init() call, then phy_exit()
> should be called.
>
> Add the missing call, as already done in the remove function.

Applied to controller/histb, thank you!

Krzysztof