OSDN Git Service

powerpc/pseries: Fix possible leaked device node reference
authorNathan Fontenot <nfont@linux.vnet.ibm.com>
Thu, 30 Apr 2015 01:44:58 +0000 (20:44 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 11 May 2015 06:58:20 +0000 (16:58 +1000)
commit2222ce0fbbcc4ebfa9995c8d23d72c8239ad712c
treee1a646833a6e05afa0498e0e37970fe05f814609
parent202648a6070b69d60c6d0926ff06c8863e231468
powerpc/pseries: Fix possible leaked device node reference

Failure return from dlpar_configure_connector when dlpar adding cpus
results in leaking references to the cpus parent device node. Move the
call to of_node_put() prior to checking the result of
dlpar_configure_connector.

Fixes: 8d5ff320766f ("powerpc/pseries: Make dlpar_configure_connector parent node aware")

Signed-off-by: Nathan Fontenot <nfont@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/pseries/dlpar.c