• Alessandro Rubini's avatar
    servo: minor changes (negligible technical effect) · 4741d553
    Alessandro Rubini authored
    This commit is another step in simplifying the servo. It makes the following
    changes:
    
    - format_TimeInternal is just moved (no effect)
    
    - pp_update_offset() and __pp_update_clock() are squashed together.
    
    They were called in sequence anyways, as two halves of a single thing.
    This changes the error return paths, because the whole procedure is
    aborted in case of error.  I've never seen such errors, but I think if
    something is "aborted" it should not proceed.
    
    One non-error return from the first half is turned into a goto, to avoid
    changing indentation (that appears in the commit diff).
    
    - the meaning of "ofst_first_updated" is slightly changed.
    
    If we get an error in the sync phase the bit is cleared so delay-resp
    won't use the tuple.  The field is then renamed in the next commit.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    4741d553
Name
Last commit
Last update
arch-bare-i386 Loading commit data...
arch-bare-x86-64 Loading commit data...
arch-unix Loading commit data...
arch-wrpc Loading commit data...
arch-wrs Loading commit data...
doc Loading commit data...
etc Loading commit data...
include/ppsi Loading commit data...
lib Loading commit data...
lib-bare Loading commit data...
pp_printf Loading commit data...
proto-ext-whiterabbit Loading commit data...
proto-standard Loading commit data...
time-bare Loading commit data...
time-unix Loading commit data...
time-wrpc Loading commit data...
time-wrs Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
COPYING.LIB Loading commit data...
MAKEALL Loading commit data...
Makefile Loading commit data...
diag.c Loading commit data...
fsm.c Loading commit data...