commit | 33c3374031facf7599c30a1548dfa4c83da87da3 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Sun Dec 13 20:31:12 2009 +0100 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Tue Dec 15 20:42:06 2009 +0100 |
tree | a13c07cf40f4a6d26236c4ec97420f4854f91fca | |
parent | f2511774863487e61b56a97da07ebf8dd61d7836 [diff] |
PM: Remove unnecessary goto from device_resume_noirq() 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>