Commit 3841ced0 authored by Federico Vaga's avatar Federico Vaga

kernel: add extra debug prints

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 671696c8
......@@ -60,6 +60,11 @@ static void ft_read_sw_fifo(struct fmctdc_dev *ft, int channel,
struct ft_wr_timestamp ts = *wrts, *reflast;
struct ft_channel_state *st;
dev_dbg(&ft->fmc->dev,
"Set in ZIO block ch %d: seq %u: gseq %llu %llu %u %u\n",
ts.channel, ts.seq_id, ts.gseq_id,
ts.seconds, ts.coarse, ts.frac);
st = &ft->channels[channel - 1];
ctrl = chan->current_ctrl;
......
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