• Alessandro Rubini's avatar
    wr-servo: kill a needless function · 970fdbaf
    Alessandro Rubini authored
    timeint_to_wr was actually copying data to a local uninitialized
    variable of the same type as the input one.  The uninitialized
    structure generates warnings about unitialized fields (at least on
    newer compilers than the one we use on wr-switch).
    
    Instead of clearing the local variable, just use structure assignment
    and get rid of the function.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    970fdbaf
Name
Last commit
Last update
..
Makefile Loading commit data...
fsm-table.c Loading commit data...
hooks.c Loading commit data...
state-wr-calibrated.c Loading commit data...
state-wr-calibration.c Loading commit data...
state-wr-link-on.c Loading commit data...
state-wr-locked.c Loading commit data...
state-wr-m-lock.c Loading commit data...
state-wr-present.c Loading commit data...
state-wr-resp-calib-req.c Loading commit data...
state-wr-s-lock.c Loading commit data...
wr-api.h Loading commit data...
wr-constants.h Loading commit data...
wr-msg.c Loading commit data...
wr-servo.c Loading commit data...