diff options
author | Tyrel Datwyler <[email protected]> | 2017-09-20 17:02:52 -0400 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2017-09-21 19:33:16 +1000 |
commit | b537ca6fede69a281dc524983e5e633d79a10a08 (patch) | |
tree | 1d66389a711e6f4cbf97e022f9cc555c8a8bf7de /lib/netdev-notifier-error-inject.c | |
parent | 087ff6a5ae3052bb2835e191094b793789cb8817 (diff) |
powerpc/pseries: Fix parent_dn reference leak in add_dt_node()
A reference to the parent device node is held by add_dt_node() for the
node to be added. If the call to dlpar_configure_connector() fails
add_dt_node() returns ENOENT and that reference is not freed.
Add a call to of_node_put(parent_dn) prior to bailing out after a
failed dlpar_configure_connector() call.
Fixes: 8d5ff320766f ("powerpc/pseries: Make dlpar_configure_connector parent node aware")
Cc: [email protected] # v3.12+
Signed-off-by: Tyrel Datwyler <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions