commit | fc06b2867f4cea543505acfb194c2be4ebf0c7d3 | [log] [tgz] |
---|---|---|
author | Miaoqian Lin <linmq006@gmail.com> | Wed Apr 20 19:04:08 2022 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 22 13:06:58 2022 +0100 |
tree | 6182e526ddb90122a496c10e4b765c268f8f158a | |
parent | d48fea8401cfa942c67cc3a522bf379143dbb576 [diff] |
net: dsa: Add missing of_node_put() in dsa_port_link_register_of The device_node pointer is returned by of_parse_phandle() with refcount incremented. We should use of_node_put() on it when done. of_node_put() will check for NULL value. Fixes: a20f997010c4 ("net: dsa: Don't instantiate phylink for CPU/DSA ports unless needed") Signed-off-by: Miaoqian Lin <linmq006@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>