commit | bbef72c630b522a9ffbf62dae19b59c880da6ea1 | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Sun Dec 06 16:13:39 2020 +0100 |
committer | Jakub Kicinski <kuba@kernel.org> | Mon Dec 07 17:57:19 2020 -0800 |
tree | 30f7857dc7f75f1712e10cfadc202b81c03d0ec2 | |
parent | f55628b3e7648198e9c072b52080c5dea8678adf [diff] |
dpaa2-mac: Add a missing of_node_put after of_device_is_available Add an 'of_node_put()' call when a tested device node is not available. Fixes: 94ae899b2096 ("dpaa2-mac: add PCS support through the Lynx module") Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Reviewed-by: Ioana Ciornei <ioana.ciornei@nxp.com> Link: https://lore.kernel.org/r/20201206151339.44306-1-christophe.jaillet@wanadoo.fr Signed-off-by: Jakub Kicinski <kuba@kernel.org>