]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net: dsa: Fix an error handling path in 'dsa_switch_parse_ports_of()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Mon, 18 Oct 2021 19:59:00 +0000 (21:59 +0200)
committerJakub Kicinski <kuba@kernel.org>
Tue, 19 Oct 2021 22:41:16 +0000 (15:41 -0700)
commitba69fd9101f20a6d05a96ab743341d4e7b1a2178
tree870105ca1f7b13af58eb1e0d7b1e91b6f8142028
parent04ee2752a5a9a715ad6dd56cc3eee3ec0bd846b4
net: dsa: Fix an error handling path in 'dsa_switch_parse_ports_of()'

If we return before the end of the 'for_each_child_of_node()' iterator, the
reference taken on 'port' must be released.

Add the missing 'of_node_put()' calls.

Fixes: 83c0afaec7b7 ("net: dsa: Add new binding implementation")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/15d5310d1d55ad51c1af80775865306d92432e03.1634587046.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/dsa/dsa2.c