Re: [Linuxptp-devel] [PATCH v2 1/4] phc2sys: Implement configuration file handling

2018-03-24 Thread Richard Cochran
On Fri, Mar 23, 2018 at 01:24:35PM +0100, Peter Schneider wrote: > @@ -1477,6 +1482,10 @@ int main(int argc, char *argv[]) > } > } > > + if (config && (c = config_read(config, cfg))) { > + return c; > + } > + This is not quite right. I noticed that some

[Linuxptp-devel] [PATCH v2 1/4] phc2sys: Implement configuration file handling

2018-03-23 Thread Peter Schneider
Signed-off-by: Peter Schneider --- phc2sys.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/phc2sys.c b/phc2sys.c index 5c54055..c2f0d8e 100644 --- a/phc2sys.c +++ b/phc2sys.c @@ -1286,6 +1286,7 @@ static void usage(char *progname)