Commit f343f4f2 authored by Alessandro Rubini's avatar Alessandro Rubini

trivial fix: remove initialization of unexistent field

Bug introduced by

   ce8485bf bmc: remove field ppi->frgn_rec_i

I forgot to run ./MAKEALL during the last commits.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 2ec857c8
......@@ -51,7 +51,6 @@ static int run_all_state_machines(struct pp_globals *ppg)
else {
ppi->n_ops->exit(ppi);
ppi->frgn_rec_num = 0;
ppi->frgn_rec_i = 0;
ppi->frgn_rec_best = -1;
if (ppg->ebest_idx == ppi->port_idx)
wr_servo_reset();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment