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:
parent
f94476b716
commit
25d5552197
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue