Re: [Linuxptp-devel] [PATCH v1 4/4] phc_ctl: Use util.h NSEC_PER_SEC macro instead of local macro

2023-12-04 Thread Rahul Rameshbabu via Linuxptp-devel
On Sat, 02 Dec, 2023 13:56:50 -0800 Richard Cochran wrote: > On Wed, Nov 22, 2023 at 09:36:36AM -0800, Rahul Rameshbabu via Linuxptp-devel > wrote: >> Use the common NSEC_PER_SEC macro in phc_ctl. >> >> Signed-off-by: Rahul Rameshbabu > > Series applied, but I fixed up one more NSEC2SEC that

Re: [Linuxptp-devel] [PATCH v1 4/4] phc_ctl: Use util.h NSEC_PER_SEC macro instead of local macro

2023-12-02 Thread Richard Cochran
On Wed, Nov 22, 2023 at 09:36:36AM -0800, Rahul Rameshbabu via Linuxptp-devel wrote: > Use the common NSEC_PER_SEC macro in phc_ctl. > > Signed-off-by: Rahul Rameshbabu Series applied, but I fixed up one more NSEC2SEC that was added into phc_ctl.c since this series was posted. Thanks, Richard

[Linuxptp-devel] [PATCH v1 4/4] phc_ctl: Use util.h NSEC_PER_SEC macro instead of local macro

2023-11-22 Thread Rahul Rameshbabu via Linuxptp-devel
Use the common NSEC_PER_SEC macro in phc_ctl. Signed-off-by: Rahul Rameshbabu --- phc_ctl.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/phc_ctl.c b/phc_ctl.c index 893d87d..c5d16ae 100644 --- a/phc_ctl.c +++ b/phc_ctl.c @@ -48,8 +48,6 @@ #include "util.h"