[PATCH net-next v11 2/5] net: ti: prueth: Adds ICSSM Ethernet driver
Parvathi Pudi
parvathi at couthit.com
Wed Jul 23 04:03:02 PDT 2025
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", ®);
>> + 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.
More information about the linux-arm-kernel
mailing list