1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

ips/intc: remove early return in start()

This commit is contained in:
daniel-k 2018-01-09 10:25:43 +01:00
parent f94476b716
commit 25d5552197

View file

@ -47,7 +47,6 @@ InterruptController::~InterruptController()
bool InterruptController::start()
{
return true;
const uintptr_t base = getBaseaddr();
num_irqs = vfio_pci_msi_init(&card->vfio_device, efds);