Skip to content
Snippets Groups Projects
Commit ba3441d4 authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

whiterabbit: add diagnostic print for substate


Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
parent 5ac225a4
Branches
Tags
No related merge requests found
......@@ -33,6 +33,9 @@ int wr_calibration(struct pp_instance *ppi, unsigned char *pkt, int plen)
goto out;
}
pp_diag(ppi, ext, 1, "%s: substate %i\n", __func__,
wrp->wrPortState - WR_PORT_CALIBRATION_0);
switch (wrp->wrPortState) {
case WR_PORT_CALIBRATION_0:
/* enable pattern sending */
......
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