diff options
author | 2022-03-16 08:26:02 +0000 | |
---|---|---|
committer | 2022-03-17 13:13:27 +0100 | |
commit | cb0b430b4e3acc88c85e0ad2e25f2a25a5765262 (patch) | |
tree | 86e2f95358eafd628bf2895594859f549f1352e9 /net/unix/af_unix.c | |
parent | net: handle ARPHRD_PIMREG in dev_is_mac_header_xmit() (diff) | |
download | wireguard-linux-cb0b430b4e3acc88c85e0ad2e25f2a25a5765262.tar.xz wireguard-linux-cb0b430b4e3acc88c85e0ad2e25f2a25a5765262.zip |
net: dsa: Add missing of_node_put() in dsa_port_parse_of
The device_node pointer is returned by of_parse_phandle() with refcount
incremented. We should use of_node_put() on it when done.
Fixes: 6d4e5c570c2d ("net: dsa: get port type at parse time")
Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
Link: https://lore.kernel.org/r/20220316082602.10785-1-linmq006@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions