Commit 02c60878 authored by Federico Vaga's avatar Federico Vaga

fa-zio-trg.c: don't reenable acquisition at the end

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent c0a1e0a8
......@@ -196,9 +196,6 @@ static void zfat_start_next_dma(struct zio_ti *ti)
zfa_common_conf_set(&zfat->ti.cset->head.dev,
&zfad_regs[ZFAT_CFG_SW_EN],
ti->zattr_set.ext_zattr[5].value);
/* Re-enable FSM */
zfa_common_conf_set(&ti->head.dev, &zfad_regs[ZFA_CTL_FMS_CMD],
ZFA_START);
return;
}
......
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