Re: [PATCH 1/2] omap2+: pm: Use if...else instead of goto

2011-06-24 Thread Santosh Shilimkar
On 6/24/2011 4:05 PM, Sanjeev Premi wrote: This patch replaces the use of goto with simple if...else syntax. No change in functionality. This also means that the comment describing the dependency between CONFIG_SMP and calculation of loops_per_jiffy can be unified. Signed-off-by: Sanjeev

RE: [PATCH 1/2] omap2+: pm: Use if...else instead of goto

2011-06-24 Thread Premi, Sanjeev
-Original Message- From: Shilimkar, Santosh Sent: Friday, June 24, 2011 6:18 PM To: Premi, Sanjeev Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org Subject: Re: [PATCH 1/2] omap2+: pm: Use if...else instead of goto On 6/24/2011 4:05 PM, Sanjeev Premi wrote

Re: [PATCH 1/2] omap2+: pm: Use if...else instead of goto

2011-06-24 Thread Santosh Shilimkar
On 6/24/2011 6:24 PM, Premi, Sanjeev wrote: -Original Message- From: Shilimkar, Santosh Sent: Friday, June 24, 2011 6:18 PM To: Premi, Sanjeev Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org Subject: Re: [PATCH 1/2] omap2+: pm: Use if...else instead of goto On 6/24

RE: [PATCH 1/2] omap2+: pm: Use if...else instead of goto

2011-06-24 Thread Premi, Sanjeev
-Original Message- From: Shilimkar, Santosh Sent: Friday, June 24, 2011 6:29 PM To: Premi, Sanjeev Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org Subject: Re: [PATCH 1/2] omap2+: pm: Use if...else instead of goto On 6/24/2011 6:24 PM, Premi, Sanjeev wrote