Re: [patch 33/39] power: reset: ltc2952: Remove bogus hrtimer_start() return value checks

2015-04-30 Thread Sebastian Reichel
Hi, On Tue, Apr 14, 2015 at 09:09:20PM -, Thomas Gleixner wrote: > The return value of hrtimer_start() tells whether the timer was > inactive or active already when hrtimer_start() was called. > > The code emits a bogus warning if the timer was active already > claiming that the timer could

Re: [patch 33/39] power: reset: ltc2952: Remove bogus hrtimer_start() return value checks

2015-04-30 Thread Sebastian Reichel
Hi, On Tue, Apr 14, 2015 at 09:09:20PM -, Thomas Gleixner wrote: The return value of hrtimer_start() tells whether the timer was inactive or active already when hrtimer_start() was called. The code emits a bogus warning if the timer was active already claiming that the timer could not

Re: [patch 33/39] power: reset: ltc2952: Remove bogus hrtimer_start() return value checks

2015-04-14 Thread Frans Klaver
On Tue, Apr 14, 2015 at 09:09:20PM +, Thomas Gleixner wrote: > The return value of hrtimer_start() tells whether the timer was > inactive or active already when hrtimer_start() was called. > > The code emits a bogus warning if the timer was active already > claiming that the timer could not

Re: [patch 33/39] power: reset: ltc2952: Remove bogus hrtimer_start() return value checks

2015-04-14 Thread Frans Klaver
On Tue, Apr 14, 2015 at 09:09:20PM +, Thomas Gleixner wrote: The return value of hrtimer_start() tells whether the timer was inactive or active already when hrtimer_start() was called. The code emits a bogus warning if the timer was active already claiming that the timer could not be