Re: [PATCH V3 2/3] tick/cpuidle: Initialize hrtimer mode of broadcast

2014-02-06 Thread Thomas Gleixner
On Thu, 6 Feb 2014, Preeti U Murthy wrote: > On 02/06/2014 09:33 PM, Thomas Gleixner wrote: > > On Thu, 6 Feb 2014, Preeti U Murthy wrote: > > > > Compiler warnings are not so important, right? > > > > kernel/time/tick-broadcast.c: In function ‘tick_broadcast_oneshot_control’: > > kernel/time/tic

Re: [PATCH V3 2/3] tick/cpuidle: Initialize hrtimer mode of broadcast

2014-02-06 Thread Preeti U Murthy
Hi Thomas, On 02/06/2014 09:33 PM, Thomas Gleixner wrote: > On Thu, 6 Feb 2014, Preeti U Murthy wrote: > > Compiler warnings are not so important, right? > > kernel/time/tick-broadcast.c: In function ‘tick_broadcast_oneshot_control’: > kernel/time/tick-broadcast.c:700:3: warning: ‘return’ with n

Re: [PATCH V3 2/3] tick/cpuidle: Initialize hrtimer mode of broadcast

2014-02-06 Thread Thomas Gleixner
On Thu, 6 Feb 2014, Preeti U Murthy wrote: Compiler warnings are not so important, right? kernel/time/tick-broadcast.c: In function ‘tick_broadcast_oneshot_control’: kernel/time/tick-broadcast.c:700:3: warning: ‘return’ with no value, in function returning non-void [-Wreturn-type] kernel/time/ti