In message: [linux-yocto] pci: dwc: pci-imx6: Set the deinit callback to imx6_pcie_host_deinit() on 27/09/2023 Kevin Hao wrote:
> From: Kevin Hao <[email protected]> > > This is the deinit callback introduced by the SDK version, so we should > use this instead of imx6_pcie_host_deinit(). > > Signed-off-by: Kevin Hao <[email protected]> > --- > Hi Bruce, > > Please help me merge this into the following two branches: > v6.1/standard/nxp-sdk-6.1/nxp-soc > v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc merged. Bruce > > drivers/pci/controller/dwc/pci-imx6.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pci/controller/dwc/pci-imx6.c > b/drivers/pci/controller/dwc/pci-imx6.c > index b92e90641ee4..afa37d036b78 100644 > --- a/drivers/pci/controller/dwc/pci-imx6.c > +++ b/drivers/pci/controller/dwc/pci-imx6.c > @@ -1225,7 +1225,7 @@ static void imx6_pcie_host_deinit(struct dw_pcie_rp *pp) > > static const struct dw_pcie_host_ops imx6_pcie_host_ops = { > .host_init = imx6_pcie_host_init, > - .host_deinit = imx6_pcie_host_exit, > + .host_deinit = imx6_pcie_host_deinit, > }; > > static const struct dw_pcie_ops dw_pcie_ops = { > -- > 2.39.2 >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13136): https://lists.yoctoproject.org/g/linux-yocto/message/13136 Mute This Topic: https://lists.yoctoproject.org/mt/101615247/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/leave/6687884/21656/624485779/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
