PM: Remove unnecessary goto from device_resume_noirq()
authorRafael J. Wysocki <rjw@sisk.pl>
Sun, 13 Dec 2009 19:31:12 +0000 (20:31 +0100)
committerRafael J. Wysocki <rjw@sisk.pl>
Tue, 15 Dec 2009 19:42:06 +0000 (20:42 +0100)
In device_resume_noirq() there is the 'End' label and the associated
goto statement that aren't strictly necessary, so rework the code to
get rid of them.  Also modify device_suspend_noirq() so that it looks
completely analogous to device_resume_noirq().

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>

No differences found