Commit e1a84c8f authored by Federico Vaga's avatar Federico Vaga

kernel: disable auto-start on stop

This avoid looping out of control of the auto-start
Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 507b8315
......@@ -267,6 +267,7 @@ int zfad_fsm_command(struct fa_dev *fa, uint32_t command)
fa_enable_irqs(fa);
} else {
dev_dbg(dev, "FSM STOP Command, Disable interrupts\n");
fa->enable_auto_start = 0;
fa_disable_irqs(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