Re: [Linuxptp-devel] [PATCH] Remove unused field from struct config.

2014-06-12 Thread Richard Cochran
On Wed, Jun 11, 2014 at 03:53:29PM +0200, Miroslav Lichvar wrote: > The sanity_freq_limit field was erroneously added to the config struct > in ed379b40, the right one is in the default_ds struct. > > Signed-off-by: Miroslav Lichvar Applied. Thanks, Richard

[Linuxptp-devel] [PATCH] Remove unused field from struct config.

2014-06-11 Thread Miroslav Lichvar
The sanity_freq_limit field was erroneously added to the config struct in ed379b40, the right one is in the default_ds struct. Signed-off-by: Miroslav Lichvar --- config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.h b/config.h index 1b8cea3..a0b562a 100644 --- a/config.h +++ b/co