kopia lustrzana https://gitlab.com/sane-project/backends
genesys: Fix missing return from a previous refactor
rodzic
6e950209b6
commit
eb4fb44048
|
@ -2752,6 +2752,7 @@ static void gl646_offset_calibration(Genesys_Device* dev, const Genesys_Sensor&
|
||||||
if (dev->model->dac_type == DAC_AD_XP200)
|
if (dev->model->dac_type == DAC_AD_XP200)
|
||||||
{
|
{
|
||||||
ad_fe_offset_calibration(dev, sensor);
|
ad_fe_offset_calibration(dev, sensor);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
DBG(DBG_proc, "%s: start\n", __func__); // TODO
|
DBG(DBG_proc, "%s: start\n", __func__); // TODO
|
||||||
|
|
Ładowanie…
Reference in New Issue