From b0a478ede669949682b9c698f6146c0065543b91 Mon Sep 17 00:00:00 2001 From: Nathan Fontenot Date: Tue, 7 Apr 2015 09:53:46 -0500 Subject: [PATCH] powerpc/pseries: Correct memory hotplug locking Memory dlpar handling can return from dlpar_memory() without releasing the device_hotplug lock. Correct this routine to ensure the lock is released. Fixes: 5f97b2a0d176 ("powerpc/pseries: Implement memory hotplug add in the kernel") Signed-off-by: Nathan Fontenot Signed-off-by: Michael Ellerman --- Reading git-format-patch failed