diff options
-rw-r--r-- | arch/powerpc/platforms/pseries/dlpar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/pseries/dlpar.c b/arch/powerpc/platforms/pseries/dlpar.c index e1682bc168a3..1540a41d1a85 100644 --- a/arch/powerpc/platforms/pseries/dlpar.c +++ b/arch/powerpc/platforms/pseries/dlpar.c | |||
@@ -433,6 +433,7 @@ static ssize_t dlpar_cpu_probe(const char *buf, size_t count) | |||
433 | if (rc) { | 433 | if (rc) { |
434 | dlpar_release_drc(drc_index); | 434 | dlpar_release_drc(drc_index); |
435 | dlpar_free_cc_nodes(dn); | 435 | dlpar_free_cc_nodes(dn); |
436 | goto out; | ||
436 | } | 437 | } |
437 | 438 | ||
438 | rc = dlpar_online_cpu(dn); | 439 | rc = dlpar_online_cpu(dn); |