Commit 87a59334 authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: remove leftover error message

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 33f3fdf9
......@@ -81,11 +81,6 @@ int pp_initializing(struct pp_instance *ppi, unsigned char *pkt, int plen)
goto failure;
}
if (ret) {
pp_diag(ppi, time, 1, "%s: can't init timers\n", __func__);
goto failure;
}
pp_diag(ppi, bmc, 1, "clock class = %d\n",
DSDEF(ppi)->clockQuality.clockClass);
pp_diag(ppi, bmc, 1, "clock accuracy = %d\n",
......
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