Commit 7bb48497 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

svec-vic.c: ack the VIC irq when the FMC driver requests so.

parent e762f3d1
......@@ -193,5 +193,5 @@ int svec_vic_irq_free(struct svec_dev *svec, unsigned long id)
void svec_vic_irq_ack(struct svec_dev *svec, unsigned long id)
{
/* fixme: do we need anything special here? */
vic_writel(svec->vic, 0, VIC_REG_EOIR);
}
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