OpenCloudOS-Kernel/drivers/net/ethernet/ti
Miaoqian Lin 5dd89d2fc4 net: ethernet: ti: am65-cpsw-nuss: Fix some refcount leaks
of_get_child_by_name() returns a node pointer with refcount
incremented, we should use of_node_put() on it when not need anymore.
am65_cpsw_init_cpts() and am65_cpsw_nuss_probe() don't release
the refcount in error case.
Add missing of_node_put() to avoid refcount leak.

Fixes: b1f66a5bee ("net: ethernet: ti: am65-cpsw-nuss: enable packet timestamping support")
Fixes: 93a7653031 ("net: ethernet: ti: introduce am65x/j721e gigabit eth subsystem driver")
Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-05-27 08:00:40 +01:00
..
Kconfig net: ethernet: ti: am65-cpsw: Fix build error without PHYLINK 2022-04-11 20:49:10 -07:00
Makefile net: ti: am65-cpsw-nuss: Add switchdev support 2021-02-11 17:52:13 -08:00
am65-cpsw-ethtool.c net: ethernet: ti: am65-cpsw-ethtool: use pm_runtime_resume_and_get 2022-04-22 10:53:17 +01:00
am65-cpsw-nuss.c net: ethernet: ti: am65-cpsw-nuss: Fix some refcount leaks 2022-05-27 08:00:40 +01:00
am65-cpsw-nuss.h net: ethernet: ti: am65-cpsw: Convert to PHYLINK 2022-03-11 11:00:03 +00:00
am65-cpsw-qos.c ethernet/ti: delete if NULL check befort devm_kfree 2022-05-17 11:19:15 +02:00
am65-cpsw-qos.h net: ethernet: ti: am65-cpsw: enable bc/mc storm prevention support 2022-04-13 12:42:39 +01:00
am65-cpsw-switchdev.c net: ti: am65-cpsw-nuss: remove guards against !BRIDGE_VLAN_INFO_BRENTRY 2022-02-17 14:17:10 +00:00
am65-cpsw-switchdev.h net: ti: am65-cpsw-nuss: Add switchdev support 2021-02-11 17:52:13 -08:00
am65-cpts.c net: ethernet: ti: am65-cpts: Use devm_platform_ioremap_resource_byname() 2021-06-09 15:24:43 -07:00
am65-cpts.h
cpmac.c ethtool: extend ringparam setting/getting API with rx_buf_len 2021-11-22 12:31:49 +00:00
cpsw-common.c
cpsw-phy-sel.c net: ethernet: ti: cpsw-phy-sel: Use devm_platform_ioremap_resource_byname() 2021-06-09 15:27:55 -07:00
cpsw.c net: switch to netif_napi_add_tx() 2022-05-05 15:54:12 -07:00
cpsw.h
cpsw_ale.c drivers: net: cpsw: ale: add broadcast/multicast rate limit support 2022-04-13 12:42:39 +01:00
cpsw_ale.h drivers: net: cpsw: ale: add broadcast/multicast rate limit support 2022-04-13 12:42:39 +01:00
cpsw_ethtool.c drivers: ethernet: cpsw: fix panic when interrupt coaleceing is set via ethtool 2022-03-23 10:46:42 -07:00
cpsw_new.c net: switch to netif_napi_add_tx() 2022-05-05 15:54:12 -07:00
cpsw_priv.c eth: cpsw: remove a copy of the NAPI_POLL_WEIGHT define 2022-04-29 11:56:41 +01:00
cpsw_priv.h eth: cpsw: remove a copy of the NAPI_POLL_WEIGHT define 2022-04-29 11:56:41 +01:00
cpsw_sl.c
cpsw_sl.h
cpsw_switchdev.c net: ti: cpsw: remove guards against !BRIDGE_VLAN_INFO_BRENTRY 2022-02-17 14:17:10 +00:00
cpsw_switchdev.h
cpts.c net: ethernet: ti: cpts: Handle error for clk_enable 2022-03-09 12:12:46 +00:00
cpts.h
davinci_cpdma.c net: ethernet: ti: davinci_cpdma: revert "drop frame padding" 2021-08-06 16:18:15 -07:00
davinci_cpdma.h net: ethernet: ti: davinci_cpdma: revert "drop frame padding" 2021-08-06 16:18:15 -07:00
davinci_emac.c eth: remove copies of the NAPI_POLL_WEIGHT define 2022-04-29 11:56:41 +01:00
davinci_mdio.c drivers: net: davinci_mdio: using pm_runtime_resume_and_get instead of pm_runtime_get_sync 2022-04-21 14:28:38 +02:00
k3-cppi-desc-pool.c
k3-cppi-desc-pool.h
netcp.h
netcp_core.c net: switch to netif_napi_add_tx() 2022-05-05 15:54:12 -07:00
netcp_ethss.c net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX 2021-12-14 12:28:24 +00:00
netcp_sgmii.c
netcp_xgbepcsr.c
tlan.c ethernet: tlan: use eth_hw_addr_set() 2021-10-20 11:41:01 +01:00
tlan.h