Thread (3 messages) flat view 3 messages, 2 authors, 2021-08-03

Re: [PATCH net-next] net: fec: fix MAC internal delay doesn't work

From: Jakub Kicinski <kuba@kernel.org>
Date: 2021-08-02 20:32:38
Also in: lkml

On Fri, 30 Jul 2021 19:47:09 +0800 Joakim Zhang wrote:
quoted hunk ↗ jump to hunk
@@ -3806,6 +3827,10 @@ fec_probe(struct platform_device *pdev)
 		fep->phy_interface = interface;
 	}
 
+	ret = fec_enet_parse_rgmii_delay(fep, np);
+	if (ret)
+		goto failed_phy;
You're jumping to the wrong label, it looks like phy_node needs to be
released at this point.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help