Loading drivers/pci/controller/dwc/pcie-nxp-s32g.c +4 −4 Original line number Diff line number Diff line Loading @@ -282,10 +282,10 @@ static int s32g_pcie_parse_ports(struct device *dev, struct s32g_pcie *s32g_pp) ret = s32g_pcie_parse_port(s32g_pp, of_port); if (ret) goto err_port; break; } err_port: if (ret) list_for_each_entry_safe(port, tmp, &s32g_pp->ports, list) list_del(&port->list); Loading Loading
drivers/pci/controller/dwc/pcie-nxp-s32g.c +4 −4 Original line number Diff line number Diff line Loading @@ -282,10 +282,10 @@ static int s32g_pcie_parse_ports(struct device *dev, struct s32g_pcie *s32g_pp) ret = s32g_pcie_parse_port(s32g_pp, of_port); if (ret) goto err_port; break; } err_port: if (ret) list_for_each_entry_safe(port, tmp, &s32g_pp->ports, list) list_del(&port->list); Loading