Commit 5e3b20b6 authored by Federico Vaga's avatar Federico Vaga

sw:drv: fix style

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 19788b89
......@@ -298,7 +298,7 @@ void fa_calib_config(struct fa_dev *fa)
int32_t temperature;
int i;
temperature = fa_temperature_read(fa);
temperature = fa_temperature_read(fa);
spin_lock(&fa->zdev->cset->lock);
for (i = 0; i < FA100M14B4C_NCHAN; ++i) {
fa_calib_adc_config_chan(fa, i, temperature, 0);
......
......@@ -526,7 +526,6 @@ static int __fa_init(struct fa_dev *fa)
/* reset channel offset */
fa->user_offset[i] = 0;
fa->zero_offset[i] = 0;
}
/* Set decimation to minimum */
......
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