]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PM / Hibernate: Enable usermodehelpers in hibernate() error path
authorSrivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Fri, 17 Feb 2012 22:39:51 +0000 (23:39 +0100)
committerRafael J. Wysocki <rjw@sisk.pl>
Sun, 4 Mar 2012 22:08:37 +0000 (23:08 +0100)
commit05b4877f6a4f1ba4952d1222213d262bf8c132b7
tree7205a80a5919c1f389873c78740d504800fb60e5
parent4782e1654bdbd30cf307da090b3c4f70157477cb
PM / Hibernate: Enable usermodehelpers in hibernate() error path

If create_basic_memory_bitmaps() fails, usermodehelpers are not re-enabled
before returning. Fix this. And while at it, reword the goto labels so that
they look more meaningful.

Signed-off-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Cc: stable@vger.kernel.org
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
kernel/power/hibernate.c