Commit c0ba199b authored by Federico Vaga's avatar Federico Vaga

sw:drv: remove IRQ end from resource, useless

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent f99ded3d
......@@ -761,7 +761,6 @@ static void spec_fpga_app_init_res_irq(struct spec_fpga *spec_fpga,
res[i].name = "app-irq";
res[i].flags = IORESOURCE_IRQ;
res[i].start = irq_find_mapping(vic_domain, hwirq);
res[i].end = res[1].start;
}
}
......
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