UPSTREAM: cpu/hotplug: Handle unbalanced hotplug enable/disable
authorLianwei Wang <lianwei.wang@gmail.com>
Fri, 10 Jun 2016 06:43:28 +0000 (23:43 -0700)
committerAmit Pundir <amit.pundir@linaro.org>
Tue, 25 Oct 2016 13:53:04 +0000 (21:53 +0800)
commit9d37de65aae1e8783547445f17a1d2b72b94e3ce
tree543dddc49ae113e5a8c518fcf26566de75411021
parent279ddc1c9c221806bdb853d35269d24efd77aa70
UPSTREAM: cpu/hotplug: Handle unbalanced hotplug enable/disable

(cherry picked from commit 01b41159066531cc8d664362ff0cd89dd137bbfa)

When cpu_hotplug_enable() is called unbalanced w/o a preceeding
cpu_hotplug_disable() the code emits a warning, but happily decrements the
disabled counter. This causes the next operations to malfunction.

Prevent the decrement and just emit a warning.

Signed-off-by: Lianwei Wang <lianwei.wang@gmail.com>
Cc: peterz@infradead.org
Cc: linux-pm@vger.kernel.org
Cc: oleg@redhat.com
Link: http://lkml.kernel.org/r/1465541008-12476-1-git-send-email-lianwei.wang@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/cpu.c