Re: [PATCH 1/2] cpuidle: Clean up fallback handling in cpuidle_idle_call()

2015-03-02 Thread Rafael J. Wysocki
On Monday, March 02, 2015 04:05:36 PM Lorenzo Pieralisi wrote: > On Mon, Mar 02, 2015 at 02:51:35PM +, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > Move the fallback code path in cpuidle_idle_call() to the end of the > > function to avoid jumping to a label in a an if () branc

Re: [PATCH 1/2] cpuidle: Clean up fallback handling in cpuidle_idle_call()

2015-03-02 Thread Lorenzo Pieralisi
On Mon, Mar 02, 2015 at 02:51:35PM +, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Move the fallback code path in cpuidle_idle_call() to the end of the > function to avoid jumping to a label in a an if () branch. Nit: "in an if () branch" > Signed-off-by: Rafael J. Wysocki > ---