Thread (9 messages) 9 messages, 3 authors, 2025-07-23

Re: [PATCH net-next v11 2/5] net: ti: prueth: Adds ICSSM Ethernet driver

From: Parvathi Pudi <parvathi@couthit.com>
Date: 2025-07-23 11:03:20
Also in: linux-arm-kernel, linux-devicetree, lkml

Hi,
On Tue, 22 Jul 2025 18:55:02 +0530 Parvathi Pudi wrote:
quoted
+	for_each_child_of_node(eth_ports_node, eth_node) {
+		u32 reg;
+
+		if (strcmp(eth_node->name, "ethernet-port"))
+			continue;
+		ret = of_property_read_u32(eth_node, "reg", &reg);
+		if (ret < 0) {
+			dev_err(dev, "%pOF error reading port_id %d\n",
+				eth_node, ret);
+			return ret;
missing put for eth_node
Yes, We will address this and post the next version shortly.


Thanks and Regards,
Parvathi.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help