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)
committerLianwei Wang <lianwei.wang@gmail.com>
Sun, 23 Oct 2016 06:54:57 +0000 (23:54 -0700)
commita3c8dc25c446485dcbf8a978f755eead9eac3671
tree8864f8cc65f6a12f7677f922475b7d468399c5d9
parent4a8b645cef3caa87b85269078d9e1f02115107b6
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