On 08/04/2012 12:21 PM, Ingo Molnar wrote:
* Tetsuo Handa wrote:
Hello.
Bisected to 2a8c0883 "time: Move xtime_nsec adjustment
underflow handling timekeeping_adjust".
Would you check?
probably caused by this stray return in timekeeping_adjust():
} else
return;
wh
Ingo Molnar wrote:
> > Bisected to 2a8c0883 "time: Move xtime_nsec adjustment
> > underflow handling timekeeping_adjust".
> >
> > Would you check?
>
> probably caused by this stray return in timekeeping_adjust():
>
> } else
> return;
>
> which should really be a proper
* Tetsuo Handa wrote:
> Hello.
>
> Bisected to 2a8c0883 "time: Move xtime_nsec adjustment
> underflow handling timekeeping_adjust".
>
> Would you check?
probably caused by this stray return in timekeeping_adjust():
} else
return;
which should really be a proper goto
3 matches
Mail list logo