Commit 19f64feb authored by Federico Vaga's avatar Federico Vaga

kernel: specify which handler release according to VIC

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 85368f14
......@@ -364,6 +364,7 @@ void fd_irq_exit(struct fd_dev *fd)
del_timer_sync(&fd->fifo_timer);
} else {
fd_writel(fd, ~0, FD_REG_EIC_IDR);
fmc->irq = fd->fd_regs_base;
fmc->op->irq_free(fmc);
}
kfree(fd->sw_fifo.t);
......
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