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

From: Parvathi Pudi
Date: Wed Jul 23 2025 - 07:03:47 EST


Hi,

> On Tue, 22 Jul 2025 18:55:02 +0530 Parvathi Pudi wrote:
>> + 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.