PM / Sleep: Remove unnecessary label and jumps to it form PM core code
authorRafael J. Wysocki <rjw@sisk.pl>
Mon, 21 Nov 2011 22:33:28 +0000 (23:33 +0100)
committerRafael J. Wysocki <rjw@sisk.pl>
Wed, 23 Nov 2011 20:13:24 +0000 (21:13 +0100)
The "End" label in device_prepare() in drivers/base/power/main.c is
not necessary and the jumps to it have no real effect, so remove them
all.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Reviewed-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>

No differences found