netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] Get the device_node before calling of_find_node_by_name()
@ 2024-10-24  1:59 Zhang Zekun
  2024-10-24  1:59 ` [PATCH net 1/2] net: bcmasp: Add missing of_node_get() before of_find_node_by_name() Zhang Zekun
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Zhang Zekun @ 2024-10-24  1:59 UTC (permalink / raw)
  To: justin.chen, florian.fainelli, andrew+netdev, davem, o.rempel,
	kory.maincent, horms, edumazet, kuba, pabeni, netdev
  Cc: chenjun102, zhangzekun11

of_find_node_by_name() will decrease the refount of the device node.
Get the device_node before call to it.

Zhang Zekun (2):
  net: bcmasp: Add missing of_node_get() before of_find_node_by_name()
  net: pse-pd: Add missing of_node_get() before of_find_node_by_name()

 drivers/net/ethernet/broadcom/asp2/bcmasp.c | 1 +
 drivers/net/pse-pd/tps23881.c               | 1 +
 2 files changed, 2 insertions(+)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-11-01 13:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-24  1:59 [PATCH net 0/2] Get the device_node before calling of_find_node_by_name() Zhang Zekun
2024-10-24  1:59 ` [PATCH net 1/2] net: bcmasp: Add missing of_node_get() before of_find_node_by_name() Zhang Zekun
2024-10-24 11:56   ` Andrew Lunn
2024-10-25  2:41     ` zhangzekun (A)
2024-10-25 13:14       ` Andrew Lunn
2024-11-01  9:31         ` zhangzekun (A)
2024-11-01 13:03           ` Andrew Lunn
2024-10-24  1:59 ` [PATCH net 2/2] net: pse-pd: " Zhang Zekun
2024-10-24  7:25   ` Oleksij Rempel
2024-10-24  7:45   ` Kory Maincent
2024-10-31  1:17 ` [PATCH net 0/2] Get the device_node before calling of_find_node_by_name() Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).