Commit 107db087 authored by Federico Vaga's avatar Federico Vaga

sw:drv: fix exit from calibration on error

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 030c20d0
......@@ -323,6 +323,7 @@ err:
while (--m, --i >= 0)
if (m->exit)
m->exit(fd);
fd_calib_exit(fd);
err_calib:
out_fmc_err:
out_fmc_eeprom:
......
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