Skip to content
Commit a14bd747 authored by Liang He's avatar Liang He Committed by Jakub Kicinski
Browse files

net: dsa: microchip: ksz_common: Fix refcount leak bug

In ksz_switch_register(), we should call of_node_put() for the
reference returned by of_get_child_by_name() which has increased
the refcount.

Fixes: 912aae27

 ("net: dsa: microchip: really look for phy-mode in port nodes")
Signed-off-by: default avatarLiang He <windhl@126.com>
Reviewed-by: default avatarVladimir Oltean <olteanv@gmail.com>
Link: https://lore.kernel.org/r/20220714153138.375919-1-windhl@126.com
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 8f3184b9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment