From: Rafael J. Wysocki Date: Sun, 13 Dec 2009 19:31:12 +0000 (+0100) Subject: PM: Remove unnecessary goto from device_resume_noirq() X-Git-Tag: v2.6.33-rc1~50^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33c3374031facf7599c30a1548dfa4c83da87da3;p=pandora-kernel.git 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 --- Reading git-diff-tree failed