From: Viresh Kumar Date: Thu, 3 Oct 2013 15:56:45 +0000 (+0530) Subject: cpuidle: rearrange code in __cpuidle_driver_init() X-Git-Tag: v3.13-rc1~96^2~5^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b171a85648e7055c6680c259a9a87806a56a24c3;p=pandora-kernel.git cpuidle: rearrange code in __cpuidle_driver_init() This is trivial patch that just reorders a few statements in __cpuidle_driver_init() routine so that we don't need both 'continue' and 'break' in the for loop. Functionally it shouldn't change anything. Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed