Commit 35a54772 authored by Federico Vaga's avatar Federico Vaga

drv: apply calibration data on exit

It is important because we enter and exit the calibration part
whenever we probe()/remove() a device driver instance, or when we
set/unset the ADC pattern data. For the second it is important to have
the calibration identity in place.
Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 854994a7
......@@ -486,4 +486,5 @@ void fa_calib_exit(struct fa_dev *fa)
{
del_timer_sync(&fa->calib_timer);
fa_identity_calib_set(&fa->calib);
fa_apply_calib(fa);
}
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