net: ethernet: ti: am65-cpsw: fix port_np reference counting
authorMichael Walle <mwalle@kernel.org>
Mon, 14 Apr 2025 08:39:42 +0000 (10:39 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 16 Apr 2025 00:24:15 +0000 (17:24 -0700)
commit903d2b9f9efc5b3339d74015fcfc0d9fff276c4c
tree75aefb080eac3eea388d345bf4cf2fef7a0a9c49
parent688abe1027d00b7d4b2ce2d8764a2ae5ec6d250b
net: ethernet: ti: am65-cpsw: fix port_np reference counting

A reference to the device tree node is stored in a private struct, thus
the reference count has to be incremented. Also, decrement the count on
device removal and in the error path.

Fixes: 93a76530316a ("net: ethernet: ti: introduce am65x/j721e gigabit eth subsystem driver")
Signed-off-by: Michael Walle <mwalle@kernel.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250414083942.4015060-1-mwalle@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/ti/am65-cpsw-nuss.c