Re: [Linuxptp-devel] [PATCH] linreg: fix servo resetting

2014-11-20 Thread Richard Cochran
On Thu, Nov 20, 2014 at 05:30:28PM +0100, Miroslav Lichvar wrote: > The stats for the maximum size were not reset, which caused the > the servo to reuse old data instead of returning with unlocked > state. > > Signed-off-by: Miroslav Lichvar Applied. Thanks, Richard ---

[Linuxptp-devel] [PATCH] linreg: fix servo resetting

2014-11-20 Thread Miroslav Lichvar
The stats for the maximum size were not reset, which caused the the servo to reuse old data instead of returning with unlocked state. Signed-off-by: Miroslav Lichvar --- linreg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linreg.c b/linreg.c index b94c44e..fde604d 100644