Commit f66daae6 authored by Federico Vaga's avatar Federico Vaga

kernel: without reference, global reference is itself

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent eb0da323
...@@ -99,6 +99,8 @@ int ft_read_sw_fifo(struct fmctdc_dev *ft, int channel, ...@@ -99,6 +99,8 @@ int ft_read_sw_fifo(struct fmctdc_dev *ft, int channel,
*/ */
memset(&ts, 0 , sizeof(struct ft_wr_timestamp)); memset(&ts, 0 , sizeof(struct ft_wr_timestamp));
} }
} else {
v[FT_ATTR_TDC_DELAY_REF_SEQ] = ts.gseq_id;
} }
/* Write the timestamp in the trigger, it will reach the control */ /* Write the timestamp in the trigger, it will reach the control */
......
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