Commit 0ace6535 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

pts/fmcdelay1ns4cha/lib: drop error on failure of TDC reconfiguration

parent 3b3f81f6
......@@ -785,7 +785,8 @@ static int test_delay_transfer_function(fdelay_device_t *dev)
double bias, x, meas[4][FDELAY_NUM_TAPS], sdev[4][FDELAY_NUM_TAPS];
fd_writel( FD_GCR_BYPASS, FD_REG_GCR);
acam_configure(dev, ACAM_IMODE);
if(acam_configure(dev, ACAM_IMODE) < 0)
return -1;
fd_writel( FD_TDCSR_START_EN | FD_TDCSR_STOP_EN, FD_REG_TDCSR);
......
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